Last active
April 12, 2019 14:22
-
-
Save gokhanaliccii/263f94a122b1c3e0118f5ce46562f359 to your computer and use it in GitHub Desktop.
Module's build gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | |
implementation "com.android.support:appcompat-v7:$appcompat_version" | |
testImplementation "junit:junit:$junit_version" | |
androidTestImplementation "com.android.support.test:runner:$test_runner_version" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment