Skip to content

Commit

Permalink
Remove the JDK version restriction for compiling the project
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Nov 26, 2024
1 parent 45b4e7d commit 40a4d28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(11))
}
lint {
abortOnError = true
}
Expand Down
3 changes: 0 additions & 3 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(11))
}
lint {
abortOnError = true
}
Expand Down

0 comments on commit 40a4d28

Please sign in to comment.