Nailik
Nailik
I opened a post in the kotlin slack maybe they can help https://kotlinlang.slack.com/archives/C3PQML5NU/p1704560437578069
Issue still exists :/
i just got the same problem, is there any workaround possible? Edit: A temporary workaround (for android) is to add this to the build.gradle.kts ``` android { sourceSets { getByName("main").java.srcDirs("build/generated/moko/androidMain/src")...
@Alex009 with kotlinx.collections.immutable 3.6.0 there is now finally support for all architectures therefore i think this could be done in the next release
@ymarian I'm not sure if you did understand my solution. I know that you can't serialize the listeners. That's the reason why i want to extend the MaterialDatePicker and not...
I would recommend to simply switch to Jetpack compose.
Same for compose multiplatform paging, i get type mismatches all over https://github.com/cashapp/multiplatform-paging/tree/main-3.2.0-alpha05.
I use the default Usb implementation for Android (https://developer.android.com/guide/topics/connectivity/usb/host) where i can select the out endpoint (bulk and out). I will check out if i can find a PTP related...
I needed some time to build this and to dig into the code but it's working! Thank you very much, saved my month probably.
Connection works now, i've seen that you don't use the capture code aroung 0x1000 (so you don't use 0x100E), i tested this one - doesn't work. What you actually do...