What’s the scope of data binding in Kotlin ? In java while developing native android apps it seems not so mature. Hope data binding will be much more mature in Kotlin or in upcoming releases.
Data binding in Kotlin
yole
#2
Not sure what you mean by your question. Data binding is a feature of the Android toolchain; it’s built by the Android tools team, and iit works equally well with Java and Kotlin code.