Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Aug 31, 2024
1 parent 1f5324c commit 00eec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
}
tasks.withType(KotlinCompile).configureEach {
compilerOptions {
jvmTarget = JvmTarget.@Companion.fromTarget(javaTarget.majorVersion)
jvmTarget = JvmTarget.fromTarget(javaTarget.majorVersion)
freeCompilerArgs = [
"-progressive",
'-opt-in=kotlin.contracts.ExperimentalContracts',
Expand Down

0 comments on commit 00eec5f

Please sign in to comment.