Skip to content

Commit

Permalink
Fix compile arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jun 8, 2021
1 parent a8717bb commit 102e33e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ android {
lintOptions {
disable.add("InvalidPackage")
}

kotlinOptions {
freeCompilerArgs = freeCompilerArgs + listOf("-module-name=barista")
}
}

dependencies {
Expand Down

0 comments on commit 102e33e

Please sign in to comment.