Skip to content

Commit 59ce34e

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent 5e025a6 commit 59ce34e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • build-logic/convention/src/main/kotlin/net/imknown/android/forefrontinfo/android

build-logic/convention/src/main/kotlin/net/imknown/android/forefrontinfo/android/KotlinAndroid.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ inline fun <reified T : KotlinBaseExtension> Project.configureKotlin() = configu
120120
"-Xreturn-value-checker=full",
121121
"-Xexplicit-backing-fields",
122122
// 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]
123127
)
124128
}
125129
}

0 commit comments

Comments
 (0)