From 3cfa0828a912a1a190cfc494b9475b850454ea26 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 Mar 2024 13:36:29 -0500 Subject: [PATCH] remove redundant Java/Kotlin version configuration This is now set automatically from the toolchain configuration. --- app/build.gradle.kts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7d2d675..3e154b8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -80,15 +80,6 @@ android { buildConfig = true } } - - compileOptions { - sourceCompatibility(JavaVersion.VERSION_17) - targetCompatibility(JavaVersion.VERSION_17) - } - - kotlinOptions { - jvmTarget = JavaVersion.VERSION_17.toString() - } } dependencies {