mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
update to kotlin beta 4
This commit is contained in:
parent
e8f271fddf
commit
7c0dd710ea
8 changed files with 10 additions and 11 deletions
|
@ -111,7 +111,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// Used by the plugins
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-3595",
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-4584",
|
||||
"org.jetbrains.dokka:dokka-fatjar:0.9.3")
|
||||
|
||||
// Used by the main app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue