Skip to content

Instantly share code, notes, and snippets.

@Exerosis
Created February 22, 2018 17:55
Show Gist options
  • Select an option

  • Save Exerosis/27f2fe771b8359dbe30a69c08e93e501 to your computer and use it in GitHub Desktop.

Select an option

Save Exerosis/27f2fe771b8359dbe30a69c08e93e501 to your computer and use it in GitHub Desktop.
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