Jose Flavio
02/11/2024, 11:01 PM./gradlew runDistributable
for the desktop version, I'm getting the following error:
Exception in thread "main" java.lang.NoSuchMethodError: 'void androidx.collection.LongSparseArray.<init>(int, int, kotlin.jvm.internal.DefaultConstructorMarker)'
at androidx.compose.ui.input.pointer.PointerInputChangeEventProducer.<init>(PointerInputEventProcessor.kt:158)
at androidx.compose.ui.input.pointer.PointerInputEventProcessor.<init>(PointerInputEventProcessor.kt:45)
at androidx.compose.ui.node.RootNodeOwner.<init>(RootNodeOwner.skiko.kt:139)
...
Creating the Jar file works fine, but the native distributable has this crash as soon as the app is opened. Does anyone know what could be happening? blob thinking upside downMike Dawson
02/12/2024, 6:42 AMMike Dawson
02/12/2024, 6:43 AMJose Flavio
02/13/2024, 3:10 AMandroidx.compose.ui.input.pointer.PointerInputChangeEventProducer
constructor and inside there's a class attribute of type LongSparseArray
which is initialized by defaultJose Flavio
02/14/2024, 7:36 PMNoClassDefFoundError: java/lang/management/ManagementFactory
But it's because the library of Firebase (google) JDK version, it's invoking that class, I'll reach out to them