diff --git a/app/build.gradle b/app/build.gradle index fe3996e6..42099334 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,14 +51,14 @@ android { /* JVM Bytecode Options */ def javaVersion = JavaVersion.VERSION_1_8 - compileOptions { - sourceCompatibility javaVersion - targetCompatibility javaVersion - } kotlinOptions { jvmTarget = javaVersion.toString() freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn" } + compileOptions { + sourceCompatibility javaVersion + targetCompatibility javaVersion + } signingConfigs { ci {