<@U092308M7> It would be good to add a quick piece...
# announcements
j
@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
Thanks, passed to the team!
Note, that inline classes are experimental! Coroutines out, inline classes in, we have to keep the balance 🙂
j
@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!