BenjO
02/11/2021, 10:53 AMalpha12
.
Last warning I have is Flag is not supported by this version of the compiler: -Xallow-jvm-ir-dependencies
.
Does anyone know why ? 🙏kotlinOptions.allWarningsAsErrors = true
in my project, so this warning fails the build right now 😕 warning shows up even after I removed the entry from the freeCompilerArgsjim
02/11/2021, 1:14 PMKlaas Kabini
02/11/2021, 5:11 PMallan.conda
02/12/2021, 9:19 AMBenjO
02/12/2021, 9:37 AMjim
02/12/2021, 9:41 AMBenjO
02/12/2021, 9:44 AMallan.conda
02/12/2021, 9:45 AMjim
02/12/2021, 9:52 AMBenjO
02/12/2021, 9:53 AMjim
02/24/2021, 7:03 PMBenjO
02/24/2021, 7:18 PMkotlinOptions.allWarningsAsErrors = true
it breaks the build.
After invalidating the cache and a restart, I still have two warnings but build is workingjim
02/24/2021, 7:19 PMBenjO
02/24/2021, 7:22 PMtasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all
instead of `tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach``jim
02/25/2021, 10:51 AMBenjO
03/02/2021, 9:06 AMcomposeOptions {
kotlinCompilerVersion "1.4.30"
}
Klaas Kabini
03/02/2021, 9:07 AM