Skip to content

Instantly share code, notes, and snippets.

@thoretton-edwin
Created November 21, 2019 08:55
Show Gist options
  • Save thoretton-edwin/0a4bae45e1c41fc44626dfde6fb2f611 to your computer and use it in GitHub Desktop.
Save thoretton-edwin/0a4bae45e1c41fc44626dfde6fb2f611 to your computer and use it in GitHub Desktop.
Configuration for kotlin src
plugins {
java
kotlin("jvm")
}
repositories {
mavenCentral()
}
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(rootProject.sourceSets.getByName("main").runtimeClasspath)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment