Switch from internal to experimental internal annotation (#1410)

This commit is contained in:
Zac Sweers
2021-10-30 12:15:08 -04:00
committed by GitHub
parent 313683fa98
commit c288ad6133
11 changed files with 78 additions and 40 deletions

View File

@@ -32,6 +32,7 @@ tasks.withType<KotlinCompile>().configureEach {
"-Xopt-in=kotlin.RequiresOptIn",
"-Xopt-in=com.squareup.kotlinpoet.metadata.KotlinPoetMetadataPreview",
"-Xopt-in=com.squareup.kotlinpoet.ksp.KotlinPoetKspPreview",
"-Xopt-in=com.squareup.moshi.kotlin.codegen.api.InternalMoshiCodegenApi",
)
}
}