Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from toteto/master
Browse files Browse the repository at this point in the history
Fix missing Kotlin dependency
  • Loading branch information
johnpryan authored Apr 17, 2018
2 parents 27f95f6 + 5803e84 commit 58a40d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-4'
}
}

Expand Down

0 comments on commit 58a40d2

Please sign in to comment.