Skip to content

Commit c32d845

Browse files
committed
disable korro and kodex at top-level due to leaking kotlin-compiler-embeddable
1 parent b38ed4a commit c32d845

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ plugins {
2222
alias(dokka)
2323
// alias(kover)
2424
alias(ktlint)
25-
alias(korro) apply false
26-
alias(kodex) apply false
25+
26+
// TODO cannot define korro and kodex here due to leaking them kotlin-compiler-embeddable into the build classpath
27+
// alias(korro) apply false
28+
// alias(kodex) apply false
29+
2730
alias(simpleGit) apply false
2831
alias(dependencyVersions)
2932
alias(buildconfig) apply false

0 commit comments

Comments
 (0)