-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Migrating to Kotlin 2.0 #475
Comments
it's already done @tuuhin |
Great 👍🏼 |
How are you creating the report @tuuhin ? |
Add this block in app level composeCompiler {
// You can enable strong skipping mode if required
// enableStrongSkippingMode = true
// metrics report destination
metricsDestination = layout.buildDirectory.dir("compose_compiler")
// reports destination
reportsDestination = layout.buildDirectory.dir("compose_compiler")
// if your app uses certain java based classes like LocalDateTime add them into a `stability_config.conf` file
// stabilityConfigurationFile = rootProject.layout.projectDirectory.file("stability_config.conf")
} run a |
The K2 compiler is very fast, and many are migrating their projects to Kotlin 2.0 .
so why not this one too?
The text was updated successfully, but these errors were encountered: