1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Kotlin 1.1.0.

This commit is contained in:
Cedric Beust 2017-03-01 10:13:03 -08:00
parent e9b1636727
commit bfc30662d9
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ object Constants {
val BUILD_FILE_NAME = "Build.kt"
val BUILD_FILE_DIRECTORY = "kobalt/src"
val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME)
val KOTLIN_COMPILER_VERSION = "1.1.0-rc-91"
val KOTLIN_COMPILER_VERSION = "1.1.0"
internal val DEFAULT_REPOS = listOf<String>(
// "https://maven-central.storage.googleapis.com/",