Back
Close

Kotlin Tour

joow
23.2K views

Interoperability

Kotlin -> Java

https://kotlinlang.org/docs/reference/java-interop.html

Kotlin can almost use any Java code without issue.

Instanciate a new user and display its email

Java -> Kotlin

https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html

Using Kotlin in Java is almost quite easy.

Check if the password of the user is valid (at least 8 characters)
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io