Skip to content

Commit

Permalink
Update to Kotlin 2.0.20 and CfD 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Sep 5, 2024
1 parent 9bb95c1 commit 8c805bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
collection = "1.4.3"
compose = "1.6.11"
compose = "1.7.0-beta01"
jewel = "0.23.1"
jna = "5.14.0"
junit4 = "4.13.2"
kotlin = "2.0.0"
kotlin = "2.0.20"
lifecycle = "2.8.0"
rstaui = "3.3.1"
rsyntaxtextarea="3.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class LocalBuilder(private val outputDirectory: Path) : Builder {
}

private suspend fun kotlinCompile(path: Path) {
val result = kotlinCompiler.compile(compilerFlags, path)
val result = kotlinCompiler.compile("", path)
if (result.exitCode != 0) {
System.err.println(result.output)
fail("kotlinc error")
Expand Down

0 comments on commit 8c805bd

Please sign in to comment.