|
|
|
|
|
by vbezhenar
3322 days ago
|
|
Kotlin can just import and use any Java class. Kotlin doesn't introduce new strings or collections, so conversions of any kind are not required. Also Kotlin compiles to Java classes which can be used from Java without any problems too. |
|