Created
February 22, 2018 17:55
-
-
Save Exerosis/27f2fe771b8359dbe30a69c08e93e501 to your computer and use it in GitHub Desktop.
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
| group = "com.mynt.test" | |
| version = "1.0-SNAPSHOT" | |
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath(kotlinModule("gradle-plugin", "1.2.21")) | |
| } | |
| } | |
| repositories { | |
| mavenCentral() | |
| } | |
| apply { | |
| plugin("kotlin-platform-common") | |
| } | |
| dependencies { | |
| compile(kotlinModule("stdlib-common", "1.2.21")) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment