-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Not working with latest version of compose multiplatform and kotlin #486
Comments
Please upgrade kotlin and compose multiplatform versions, all libraries switching to latest version |
any news in this issue? |
Google are working on it, you can track the progress here. |
ok thanks |
Google fixed: https://issuetracker.google.com/issues/374263387 |
@kotlin-compose-multiplatform upgrading the compose version to 1.8.0-alpha06 did fix the issue for me in Android, but theme color switch for iOS does not work. Is it working for you in iOS as well? Versions that I am using:
|
TabNavigator theme color schema switch not working. Then I switch to jetbrains experimental navigation library, It works fine when I switch theme light and dark mode. But jetbrains library not save and restore state on iOS. So I want switch back voyager, but voyager theme switch not working, please help me My project is production project, so I need help immediately:
this my repo:
https://github.com/shageldi-dev/balary-v2-mobile
version catalog:
https://github.com/shageldi-dev/balary-v2-mobile/blob/main/gradle/libs.versions.toml
my tab navigator code current:
https://github.com/shageldi-dev/balary-v2-mobile/blob/main/composeApp/src/commonMain/kotlin/tm/com/balary/router/AppTab.kt
The text was updated successfully, but these errors were encountered: