Skip to content

Commit

Permalink
Update kctfork
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 2, 2023
1 parent 980b842 commit 442e433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ http4k-core = { module = "org.http4k:http4k-core", version.ref = "http4k" }
http4k-server-jetty = { module = "org.http4k:http4k-server-jetty", version.ref = "http4k" }
http4k-client-websocket = { module = "org.http4k:http4k-client-websocket", version.ref = "http4k" }
junit = { module = "junit:junit", version = "4.13.2" }
kotlin-compile-testing = { module = "dev.zacsweers.kctfork:core", version = "0.3.2" }
kotlin-compile-testing = { module = "dev.zacsweers.kctfork:core", version = "0.4.0" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ fun compile(
): JvmCompilationResult {
return KotlinCompilation().apply {
sources = sourceFiles
useIR = true
compilerPluginRegistrars = listOf(plugin)
inheritClassPath = true
}.compile()
Expand Down

0 comments on commit 442e433

Please sign in to comment.