Skip to content

Commit 1c18129

Browse files
committed
feat: rename project name flexibility
1 parent 4114790 commit 1c18129

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

kmp-publish/settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ dependencyResolutionManagement {
1414
}
1515
}
1616

17-
rootProject.name = "kmp-publish"
17+
rootProject.name = providers.gradleProperty("kmpArtifactName")
18+
.getOrElse("ruby-vm")

0 commit comments

Comments
 (0)