As I cannot find anything on the net: What do I ha...
# android
n
As I cannot find anything on the net: What do I have to consider when writing a library in Kotlin which then should be integrated into a pure java Android project? How can I avoid the implementing apps to include Kotlin support in their projects?
stackoverflow 1
n
Do you mean
include kotlin stdlib
? Then, yes, you partially can. I did same thing: https://github.com/neworld/spanner . No additional lib from kotlin needed. However, I am still needed java to support lambdas in java and kotlin.