Skip to content

Commit

Permalink
Use explicit module name
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
Takhion committed May 9, 2017
1 parent 982488a commit 7e1ac1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.0"

compileOptions.kotlinOptions.freeCompilerArgs += ['-module-name', "$PUBLISH_GROUP_ID.$PUBLISH_ARTIFACT_ID"]

defaultConfig {
minSdkVersion 8
targetSdkVersion 25
Expand Down

0 comments on commit 7e1ac1c

Please sign in to comment.