mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Remove redundant opt-in flags (#1544)
* Remove "-opt-in=com.squareup.kotlinpoet.ksp.KotlinPoetKspPreview" Unused now * Remove redundant -opt-in=RequiresOptIn
This commit is contained in:
@@ -61,7 +61,6 @@ tasks.withType<KotlinCompile>()
|
||||
.configureEach {
|
||||
kotlinOptions {
|
||||
val toAdd = mutableListOf(
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
"-opt-in=kotlin.contracts.ExperimentalContracts",
|
||||
"-Xjvm-default=all"
|
||||
)
|
||||
|
Reference in New Issue
Block a user