mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Update to 1.1.0.
This commit is contained in:
parent
5b0ccfe8cb
commit
ceff3000d3
5 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// Used by the plugins
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.6")
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.1.0-beta-17")
|
||||
|
||||
// Used by the main app
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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.0.6"
|
||||
val KOTLIN_COMPILER_VERSION = "1.1.0-beta-17"
|
||||
|
||||
internal val DEFAULT_REPOS = listOf<String>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue