Created
March 1, 2020 13:41
-
-
Save shivam340/c609bf722a0518ff8be8b40c0bf9cd55 to your computer and use it in GitHub Desktop.
Project Level Build script
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
| project.repositories { | |
| // repository links to locate project dependencies. | |
| google() | |
| jcenter() | |
| } | |
| project.dependencies { | |
| // project dependencies | |
| implementation("org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}") | |
| testImplementation("junit:junit:4.12") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment