Skip to content

Commit

Permalink
Updated gradle with api export for kotlin-stdlib-jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
sahataba committed Sep 9, 2020
1 parent b22c3f4 commit 6502039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cere_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.0.2'
Expand Down

0 comments on commit 6502039

Please sign in to comment.