We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0028 commit 8a76f3eCopy full SHA for 8a76f3e
2 files changed
build-plugin/src/main/kotlin/thunderbird.library.android.gradle.kts
@@ -74,11 +74,6 @@ kotlin {
74
compilerOptions {
75
jvmTarget.set(ThunderbirdProjectConfig.Compiler.jvmTarget)
76
}
77
- sourceSets.all {
78
- compilerOptions {
79
- freeCompilerArgs.add("-Xwhen-guards")
80
- }
81
82
83
84
dependencies {
feature/notification/api/build.gradle.kts
@@ -34,14 +34,6 @@ kotlin {
34
implementation(libs.bundles.shared.jvm.test)
35
36
37
-
38
39
40
- freeCompilerArgs.addAll(
41
- "-Xwhen-guards",
42
- )
43
44
45
46
47
compose.resources {
0 commit comments