Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Fixes #1 (for real)
  • Loading branch information
Takhion committed May 9, 2017
1 parent 8590f13 commit 2c8f325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.0"

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

defaultConfig {
minSdkVersion 8
Expand Down

0 comments on commit 2c8f325

Please sign in to comment.