You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoClassDefFoundError: MainKt$doSomething$1 (wrong name: MainKt$doSomeThing$1)
at Main.doSomething(Main.kt:11)
Encountered in Kotlin 1.4.32, verified fixed in 1.6.0 (not sure about 1.5.x)
On 1.6.0 two class files are generated: MainKt$doSomething$1 and MainKt$doSomeThing$2
On Unix this is not an issue because most file systems are case sensitive.
The text was updated successfully, but these errors were encountered:
What's the output on Windows?
Expand
Encountered in Kotlin 1.4.32, verified fixed in 1.6.0 (not sure about 1.5.x)
On 1.6.0 two class files are generated:
MainKt$doSomething$1
andMainKt$doSomeThing$2
On Unix this is not an issue because most file systems are case sensitive.
The text was updated successfully, but these errors were encountered: