diff --git a/android_test/build.gradle.kts b/android_test/build.gradle.kts index a209ad4..b4aa7fd 100644 --- a/android_test/build.gradle.kts +++ b/android_test/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.1.0" apply false - id("org.jetbrains.kotlin.android") version "1.8.10" apply false + id("org.jetbrains.kotlin.android") version "2.0.10" apply false } \ No newline at end of file