Skip to content

Commit

Permalink
Exclude *.kotlin_module in renamed uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed May 3, 2024
1 parent 4f19ddd commit f690aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symbol-processing-aa-embeddable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ tasks.withType<ShadowJar> {
}
mergeServiceFiles()
exclude("META-INF/compiler.version")
exclude("META-INF/*.kotlin_module")

this.transform(AAServiceTransformer())

Expand Down

0 comments on commit f690aea

Please sign in to comment.