mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
upgrade default compiler to 1.2.70
This commit is contained in:
parent
42bd2ecdf1
commit
39801a5a24
1 changed files with 1 additions and 1 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.2.10"
|
||||
val KOTLIN_COMPILER_VERSION = "1.2.70"
|
||||
|
||||
internal val DEFAULT_REPOS = listOf<HostConfig>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue