ignacio83 / sample-kotlin-java-features

Samples of Kotlin features in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples of Kotlin features in Java

This project contains some samples of how implement some Kotlin features in Java, when possible.

Samples

  • Calling Java
  • Calling Kotlin
  • NullCheck
  • "Immutability" (Java 11 and Java 14)
  • Collections API
  • Extension Functions
  • Scoping Functions
  • Higher Order Functions
  • Properties in Interface (Java 11 and Java 14)
  • Coroutines

About

Samples of Kotlin features in Java


Languages

Language:Java 66.2%Language:Kotlin 33.8%