We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compose-app branch needs this patch for compatibility with Kotlin 1.9.0:
compose-app
diff --git a/settings.gradle.kts b/settings.gradle.kts index 0c47cda..5540236 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -22,7 +22,7 @@ pluginManagement { id("com.android.library").version(agp) id("com.github.ben-manes.versions").version("0.47.0") - id("org.jetbrains.compose").version("1.4.3") + id("org.jetbrains.compose").version("1.5.2") id("io.github.skeptick.libres").version("1.1.8") } }
The text was updated successfully, but these errors were encountered:
@terrakok is working on this solution. Thank you for making us aware of this compatibility issue! Have a great day.
Sorry, something went wrong.
No branches or pull requests
The
compose-app
branch needs this patch for compatibility with Kotlin 1.9.0:The text was updated successfully, but these errors were encountered: