mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 19:37:00 +05:30
fix(build): remove no longer needed SAM conversion flag
This commit is contained in:
parent
491d8a6e71
commit
e91b344bea
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ tasks.withType<JavaCompile>().configureEach {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<KotlinCompile>().configureEach {
|
tasks.withType<KotlinCompile>().configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions { jvmTarget = JavaVersion.VERSION_11.toString() }
|
||||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
|
||||||
freeCompilerArgs = freeCompilerArgs + "-Xsam-conversions=class"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gradlePlugin {
|
gradlePlugin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue