If I have a java library that defines `SomeImporta...
# announcements
j
If I have a java library that defines
SomeImportantApiClass.java
, is it possible to declare in java a empty
Companion
object so that Kotlin users of the library can define their extension on
fun SomeImportantApiClass.Companion.someExtension()
?
w