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 481b4ab commit 395a342Copy full SHA for 395a342
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
- val build = "0.7.3+43"
3
- id("kx.kotlin") version build
+ fun kx(plugin: String) = id("io.github.kotlin-graphics.$plugin") version "latest.release"
+ kx("base")
4
// id("kx.dokka") version build
5
- id("kx.publish") version build
6
- id("kx.util") version build
+ kx("publish")
+ kx("utils")
7
}
settings.gradle.kts
@@ -13,7 +13,7 @@ pluginManagement {
13
14
gradle.rootProject {
15
group = "kotlin.graphics"
16
- version = "3.3.1+3"
+ version = "3.3.1+4"
17
18
19
//includeBuild("../magik")
src/main/kotlin/module-info.java renamed to src/main/kotlin/module-info.java1
0 commit comments