Skip to content
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

Support compose 1.5.0-dev1114 #73

Closed
QiXi opened this issue Jul 22, 2023 · 2 comments
Closed

Support compose 1.5.0-dev1114 #73

QiXi opened this issue Jul 22, 2023 · 2 comments

Comments

@QiXi
Copy link

QiXi commented Jul 22, 2023

After I updated dependency compose.version=1.5.0-dev1104 to 1.5.0-dev1114

I am getting an error during execution

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError:
'void androidx.compose.animation.AnimatedContentKt.AnimatedContent(Object, Modifier, Function1, Alignment, String, Function4, Composer, int, int)'
at moe.tlaster.precompose.navigation.NavHostKt.NavHost(NavHost.kt:135)

Plan for compatibility with the latest version of compose. Your library helps me a lot, thanks.

@qdsfdhvh
Copy link
Contributor

compose-multiplatform 1.5.0 may not be released for a while, I've uploaded a SNAPSHOT version as a temporary fix.

maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")

implementation("io.github.qdsfdhvh:precompose:1.4.5-SNAPSHOT")

@QiXi
Copy link
Author

QiXi commented Jul 26, 2023

i checked now everything works with compose.version=1.5.0-dev1122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants