Skip to content

Instantly share code, notes, and snippets.

@gokhanaliccii
Last active April 12, 2019 14:22
Show Gist options
  • Save gokhanaliccii/263f94a122b1c3e0118f5ce46562f359 to your computer and use it in GitHub Desktop.
Save gokhanaliccii/263f94a122b1c3e0118f5ce46562f359 to your computer and use it in GitHub Desktop.
Module's build gradle
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