-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues while using iOS runtime with v1.2.0-rc01 #2386
Comments
Thanks, I will research! |
am also getting this issue except with material3 on 1.7.20 with js disabled
|
@abueide I think, this is another Issue. |
@soywiz and add to gradle.properties: |
@dima-avdeev-jb same issue: Check this PR: korlibs/korge-compose#2 |
@soywiz Can you also please try to use Kotlin 1.7.10 for now |
Hey @dima-avdeev-jb , I have tried to build 1.7.10 locally, and now I get the first error (one local declaration instead of remember): |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
I have PR that is trying to integrate compose runtime with KorGE here: korlibs/korge#485
It works on JS, JVM, Android and K/N desktop. But fails on iOS with a strange error. I have tried 1.2.0-rc01 with Kotlin 1.7.10, and the same version with Kotlin 1.7.20 and disabling JS to get it working. In both cases it fails, but with different errors:
To try this:
With kotlin 1.7.10 & JS enabled:
With kotlin 1.7.20 & JS disabled:
It is possible to try other targets:
The text was updated successfully, but these errors were encountered: