Discover how to seamlessly integrate Kotlin into your Java development workflow with this comprehensive tutorial from Google. Learn essential Kotlin language conventions while converting Java code, add Kotlin files to existing projects, write Kotlin code that's easily callable from Java, and master the intricacies of Kotlin-Java interoperability through a detailed guide on authoring public APIs in both languages.
Overview
Syllabus
- Converting to Kotlin
- Learn Kotlin language conventions as you convert Java code to Kotlin
- Add Kotlin to an existing app
- Add Kotlin files to your existing project and convert Java language code to Kotlin
- Java-friendly Kotlin
- Write or adapt your Kotlin code to make it callable from Java code
- Kotlin-Java interop guide
- A set of rules for authoring public APIs in Java and Kotlin