Skip to content

Commit 395a342

Browse files
committed
3.3.1+4
1 parent 481b4ab commit 395a342

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
val build = "0.7.3+43"
3-
id("kx.kotlin") version build
2+
fun kx(plugin: String) = id("io.github.kotlin-graphics.$plugin") version "latest.release"
3+
kx("base")
44
// id("kx.dokka") version build
5-
id("kx.publish") version build
6-
id("kx.util") version build
5+
kx("publish")
6+
kx("utils")
77
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313

1414
gradle.rootProject {
1515
group = "kotlin.graphics"
16-
version = "3.3.1+3"
16+
version = "3.3.1+4"
1717
}
1818

1919
//includeBuild("../magik")
File renamed without changes.

0 commit comments

Comments
 (0)