I am to write an SDK and to decide to write with K...
# getting-started
d
I am to write an SDK and to decide to write with Kotlin or Java. Is there any comparison articles or some sort of guide about best practices on writing APIs in Kotlin that can be called from Java without ugliness? Thanks
r
The android kotlin interop guide has some good tips: https://android.github.io/kotlin-guides/interop.html
d
Thank you @russhwolf!