Commit 596d7b61 by Maurits van Beusekom

Fix error with dependency on Android Support

parent 6f5e2be7
......@@ -40,7 +40,8 @@ android {
}
dependencies {
api "com.android.support:support-compat:27.1.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.google.code.gson:gson:2.8.5"
implementation "com.android.support:support-compat:27.1.1"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment