mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Kotlin 1.1.2.
This commit is contained in:
parent
5e12e028bd
commit
c3c3b0863a
3 changed files with 3 additions and 3 deletions
|
@ -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.1"
|
||||
val KOTLIN_COMPILER_VERSION = "1.1.2"
|
||||
|
||||
internal val DEFAULT_REPOS = listOf<HostConfig>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue