Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 2.1.20-dev-3305
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Nov 11, 2024
1 parent 2a3b350 commit 5e2220f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ abstract class AbstractKSPTest(frontend: FrontendKind<*>) : DisposableTest() {
"-classpath", classpath,
"-d", module.outDir.path
)
compileJavaFiles(javaFiles, options, assertions = JUnit5Assertions)
compileJavaFiles(javaFiles, options)
}

fun runTest(@TestDataFile path: String) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx4096m -Dfile.encoding=UTF-8

kotlinBaseVersion=2.1.20-dev-2637
kotlinBaseVersion=2.1.20-dev-3305
agpBaseVersion=7.3.1
agpTestVersion=8.7.1
intellijVersion=233.13135.128
Expand Down

0 comments on commit 5e2220f

Please sign in to comment.