We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e025a6 commit 59ce34eCopy full SHA for 59ce34e
1 file changed
build-logic/convention/src/main/kotlin/net/imknown/android/forefrontinfo/android/KotlinAndroid.kt
@@ -120,6 +120,10 @@ inline fun <reified T : KotlinBaseExtension> Project.configureKotlin() = configu
120
"-Xreturn-value-checker=full",
121
"-Xexplicit-backing-fields",
122
// endregion [Experimental in 2.3.0]
123
+
124
+ // region [Experimental in 2.3.20]
125
+ "-Xname-based-destructuring=only-syntax",
126
+ // endregion [Experimental in 2.3.20]
127
)
128
}
129
0 commit comments