Skip to content

Commit

Permalink
remove redundant Java/Kotlin version configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 1, 2024
1 parent 44279d0 commit d49f9c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ android {
buildConfig = true
}
}

compileOptions {
sourceCompatibility(JavaVersion.VERSION_17)
targetCompatibility(JavaVersion.VERSION_17)
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
}

dependencies {
Expand Down

0 comments on commit d49f9c5

Please sign in to comment.