diff --git a/build.gradle.kts b/build.gradle.kts index 809c82056..c9e3035fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,10 +2,10 @@ plugins { id("com.android.application") version "9.1.0" apply false id("com.android.library") version "9.1.0" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false id("com.google.dagger.hilt.android") version "2.59.2" apply false id("com.google.devtools.ksp") version "2.3.6" apply false - id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false + id("org.jetbrains.kotlin.plugin.serialization") version "2.4.0" apply false id("io.sentry.android.gradle") version "6.1.0" apply false // Chaquopy — applied ONLY by :rns-backend-py (module-level, never at :app level) // so the kotlinBackend flavor's classpath is never polluted with the Python