At now, code written on kotlin does not ideally friendly with java, for example from java you need to use `RxAnimation.INSTANCE.together` instead `RxAnimation.together` `translationX(someVIew, 0f, 200L, null, null, false)` instead `translationX(registerInput, 0f, 200L)`