Skip to content

Commit

Permalink
Fix kotlin stdlib not defined in dependencies
Browse files Browse the repository at this point in the history
Will still work cause other dependencies did it, though
  • Loading branch information
nkming2 committed Feb 24, 2017
1 parent 70231e2 commit 4470426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libutils')
compile project(':floating-action-button')
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "com.android.support:appcompat-v7:$support_version"
compile "com.android.support:support-v4:$support_version"
compile 'com.afollestad.material-dialogs:core:0.9.3.0'
Expand Down

0 comments on commit 4470426

Please sign in to comment.