Skip to content

Instantly share code, notes, and snippets.

@ShelbyCohen
Last active June 21, 2019 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShelbyCohen/f78f9465362558e46456811507fa9174 to your computer and use it in GitHub Desktop.
Save ShelbyCohen/f78f9465362558e46456811507fa9174 to your computer and use it in GitHub Desktop.
Changes to a Gradle project to add Kotlin
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
plugins {
id "org.jetbrains.kotlin.<...>" version "$kotlin_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment