dima.avdeev
dima.avdeev
Done, fixed here: https://github.com/JetBrains/compose-multiplatform-core/blob/e92f3b2860e19da41f2ef615d5c0646f413d7b32/compose/ui/ui-text/src/jsWasmMain/kotlin/androidx/compose/ui/text/intl/JsPlatformLocale.js.kt#L32
@multiport Can you please share a reproducible example of your issue on GitHub?
@mustfaibra You can add `kotlin.native.cacheKind=none` to file gradle.properties. Also, you can set isStatic=true, like here: https://github.com/JetBrains/compose-multiplatform-template/blob/af22a50222f4bea8f5ea19c813549d86c97eb3a8/shared/build.gradle.kts#L25
Can you please create a minimal reproducible sample and share it on GitHub ?
I am trying to reproduce it here, but it works as expected https://github.com/dima-avdeev-jb/sql-delight-compose-mpp-issue Can you please share a minimal reproducible sample on GitHub ?
I can't reproduce it on my sample project https://github.com/dima-avdeev-jb/sql-delight-compose-mpp-issue And we can't to fix it without reproducible sample Maybe some one else can create a stable reproducible sample project ?
Also, I made another one sample project with Compose 1.5.10-beta01 here: https://github.com/dima-avdeev-jb/issue-3437-sql-delight-compilation Can you please try to check it too on your environment.
@qdsfdhvh How do you running iOS app ? Are you trying to run with AndroidStudio and KMM plugin ?
@qdsfdhvh Thanks! Yes, it also reproduced with: `./gradlew :shared:compileIosMainKotlinMetadata` Project https://github.com/dima-avdeev-jb/issue-3437-sql-delight-compilation
Sorry, previous mention in PR was my mistake