Join Slack
Powered by
How to use inline class from java?
# announcements
e
Eugen Martynov
10/07/2018, 11:03 AM
How to use inline class from java?
k
karelpeeters
10/07/2018, 12:45 PM
He's asking about inline
classes
, not functions.
karelpeeters
10/07/2018, 12:46 PM
And you can definitely use inline
functions
from Java, the non-inline version doesn't get removed.
karelpeeters
10/07/2018, 12:47 PM
Java interop for inline
classes
is described here:
https://github.com/Kotlin/KEEP/blob/master/proposals/inline-classes.md#java-interoperability
e
Eugen Martynov
10/07/2018, 1:33 PM
Thanks, I had more complicated problem with code generation based on annotations and inline class involved
Eugen Martynov
10/07/2018, 1:33 PM
I made work-around but will come back to proper solution
2
Views
Open in Slack
Previous
Next