Skip to content

Commit

Permalink
Still declare java block
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Oct 2, 2024
1 parent 6c394e0 commit f05644e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

kotlin {
explicitApi()
compilerOptions {
Expand Down

0 comments on commit f05644e

Please sign in to comment.