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

bump kotlin compiler version string const

This commit is contained in:
Juan Liska 2017-11-02 17:35:49 -06:00
parent 629949edd4
commit f6de041fd8

View file

@ -9,7 +9,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.2"
val KOTLIN_COMPILER_VERSION = "1.1.51"
internal val DEFAULT_REPOS = listOf<HostConfig>(
// "https://maven-central.storage.googleapis.com/",