Skip to content

Commit

Permalink
Make the time module available when depending on time-android (#9)
Browse files Browse the repository at this point in the history
Make the time module available when depending on time-android
  • Loading branch information
kizitonwose authored May 9, 2019
2 parents 7c2399b + 44a51bf commit e7a0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation project(':time')
api project(':time')
}

0 comments on commit e7a0536

Please sign in to comment.