Skip to content

Commit 470f347

Browse files
committed
group
1 parent a9efdeb commit 470f347

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ plugins {
66
id("org.jetbrains.dokka") version "0.10.1"
77
}
88

9-
val moduleName = "com.github.kotlin_graphics.kotlin_unsigned"
9+
val group = "com.github.kotlin_graphics"
10+
val moduleName = "$group.kotlin_unsigned"
1011
val kotestVersion = "4.0.5"
1112

1213
repositories {

0 commit comments

Comments
 (0)