diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7c5cc51b..ff004466 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,10 +29,6 @@ configure { } vectorDrawables.useSupportLibrary = true } - compileOptions { - sourceCompatibility = JavaVersion.VERSION_17 - targetCompatibility = JavaVersion.VERSION_17 - } buildTypes { debug { ndk {