mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Update kotlinpoet to v1.17.0 (#1761)
* Update kotlinpoet to v1.17.0 * Remove metadata preview --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers <pandanomic@gmail.com>
This commit is contained in:
@@ -11,10 +11,7 @@ plugins {
|
||||
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
compilerOptions {
|
||||
optIn.addAll(
|
||||
"com.squareup.kotlinpoet.metadata.KotlinPoetMetadataPreview",
|
||||
"com.squareup.moshi.kotlin.codegen.api.InternalMoshiCodegenApi",
|
||||
)
|
||||
optIn.add("com.squareup.moshi.kotlin.codegen.api.InternalMoshiCodegenApi")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user