Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Mar 29, 2024
1 parent 8b226ef commit df2bedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
signing
}

kotlinExtension.jvmToolchain(20)
kotlinExtension.jvmToolchain(8)

android {
namespace = "com.ioki.textref"
Expand All @@ -18,8 +18,8 @@ android {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_17
targetCompatibility = JavaVersion.VERSION_1_17
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions { jvmTarget = "17" }
}
Expand Down

0 comments on commit df2bedb

Please sign in to comment.