Skip to content

Commit

Permalink
Specify module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jan 23, 2020
1 parent 1bf800d commit 2c1c4ea
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 @@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.kizitonwose'
def artifact = 'CalendarView'

android {
compileSdkVersion versions.compile_sdk
Expand All @@ -25,6 +26,7 @@ android {
}
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs += ['-module-name', "$group.$artifact"]
}
}

Expand Down

0 comments on commit 2c1c4ea

Please sign in to comment.