Join Slack
Communities
Powered by
For me it’s Kotlin-Java interoperability. If we wr...
# announcements
w
wasyl
06/13/2017, 6:15 PM
For me it’s Kotlin-Java interoperability. If we write new code in Kotlin, but refer to it from Java, I’d much rather have
static
factory method or a field and just use it directly, instead of either using
Companion.INSTANCE
in Java or
@JvmStatic
in Kotlin
👏 2
Open in Slack
Previous
Next