Exposed inline value classes for Java
Use value classes from Java code with Kotlin 2.2
Kotlin 2.2 lets you generate boxed versions of methods working with value classes to make them consumable from Java code. This means that you can now safely use them in libraries and support both Kotlin and Java clients.



