Created
November 21, 2019 08:55
-
-
Save thoretton-edwin/0a4bae45e1c41fc44626dfde6fb2f611 to your computer and use it in GitHub Desktop.
Configuration for kotlin src
This file contains 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
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