Skip to content

Commit d7f6686

Browse files
committed
update project name & group
1 parent 9e5cac5 commit d7f6686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010

11-
project.group = "dev.adamko"
11+
project.group = "dev.adamko.kxtsgen"
1212
project.version = "0.0.0-SNAPSHOT"
1313
gitVersioning.apply {
1414
refs {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "kxs-typescript-generator"
1+
rootProject.name = "kotlinx-serialization-typescript-generator"
22

33
apply(from = "./buildSrc/repositories.settings.gradle.kts")
44

0 commit comments

Comments
 (0)