Skip to content

Commit

Permalink
Remove metadata preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 3, 2024
1 parent 993fbff commit f5ae464
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions moshi-kotlin-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit f5ae464

Please sign in to comment.