alvr
04/15/2025, 5:48 PMClass<T>
produced is different. In Kotlin 1.9 the result is the one expected (class A$B
) but when compiling against Kotlin 2.1 the result is class java.lang.Object
. Has something changed? How can I get the output of 1.9? Thanks!Adam S
04/15/2025, 6:39 PMAdam S
04/15/2025, 6:45 PM@JvmSerializableLambda
will revert to the old behaviour.
https://pl.kotl.in/3pLFZAxPTalvr
04/15/2025, 9:53 PM