@orangy It would be good to add a quick piece to the inline classes page about how/if inline classes can be used in Java source files. Also any pitfalls (if any) of doing so.
https://kotlinlang.org/docs/reference/inline-classes.html
o
orangy
10/29/2018, 4:30 PM
Thanks, passed to the team!
Note, that inline classes are experimental! Coroutines out, inline classes in, we have to keep the balance 🙂
j
jlleitschuh
10/29/2018, 4:36 PM
@orangy Totally understandable.
As a reader though, it would really be helpful to know, in a mixed Java & Kotlin codebase how using these classes will impact my code ahead of time.
Thanks for passing that one on. Great job!