We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e031f commit 7942a8bCopy full SHA for 7942a8b
build.gradle.kts
@@ -22,8 +22,11 @@ plugins {
22
alias(dokka)
23
// alias(kover)
24
alias(ktlint)
25
- alias(korro) apply false
26
- alias(kodex) apply false
+
+ // 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
30
alias(simpleGit) apply false
31
alias(dependencyVersions)
32
alias(buildconfig) apply false
0 commit comments