diff --git a/build.gradle.kts b/build.gradle.kts index 97cf3c0..1ad0eb7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,5 +3,5 @@ plugins { // AGP 9 provides Kotlin support natively — the kotlin.android plugin is gone. // The Compose compiler ships with Kotlin 2.x and replaces the old // composeOptions.kotlinCompilerExtensionVersion. - id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.10" apply false }