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 a9efdeb commit 470f347Copy full SHA for 470f347
build.gradle.kts
@@ -6,7 +6,8 @@ plugins {
6
id("org.jetbrains.dokka") version "0.10.1"
7
}
8
9
-val moduleName = "com.github.kotlin_graphics.kotlin_unsigned"
+val group = "com.github.kotlin_graphics"
10
+val moduleName = "$group.kotlin_unsigned"
11
val kotestVersion = "4.0.5"
12
13
repositories {
0 commit comments