|
|
|
|
|
by pjmlp
2328 days ago
|
|
No it won't, because Kotlin also needs to target other platforms, and exposing JVM APIs or new bytecodes needs to have to have that into consideration. It also means that Kotlin on Android cannot just consume any random Java library, only those that are compatible with Android Java flavour of the month. |
|