What is the exact purpose of the "Project artifact...
# ktor
t
What is the exact purpose of the "Project artifact" in the ktor project wizard it does not seem to change the names of the packages under the kotlin directory, i only noticed it changes the
rootProject.name
value in
settings.gradle.kts
which changes the project name in the ide (i guess?). Is there any other use for it?
b
It ought to update the base package, there's probably an issue in the generator 🐛
a
I cannot reproduce the problem with the
test.some.ktor-sample
project artifact. Can you share the project artifact you've tried?
t
sorry very late reply, it seems to have happened one time only when i tried to generate another project again with the same artifact it worked fine and all packages were renamed as expected