diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 44475a1..3c36035 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jun junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } plugin-android = "com.android.tools.build:gradle:8.6.0" -plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10" +plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" [bundles] junit = ['junit-api', 'junit-params']