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 c5146fc commit cbf9b37Copy full SHA for cbf9b37
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- val build = "0.7.0+79"
+ val build = "0.7.2"
3
id("kx.kotlin") version build
4
// id("kx.dokka") version build
5
id("kx.publish") version build
settings.gradle.kts
@@ -12,5 +12,5 @@ gradle.rootProject {
12
version = "3.3.1"
13
}
14
15
-includeBuild("../build-logic")
16
-includeBuild("../magik")
+//includeBuild("../build-logic")
+//includeBuild("../magik")
0 commit comments