Hi, does anybody know of an issue with KMP 1.4 sup...
# multiplatform
o
Hi, does anybody know of an issue with KMP 1.4 support for
artifactId
? It looks like it ignores that directive in the jar name
l
Can you show the code where you change this property?
l
@oshai You need to do it in a
project.afterEvaluate { … }
block.
Otherwise, your value will get overwritten
o
thanks! will try that
like that it doesn't seems to work:
Copy code
mavenPublication {
  project.afterEvaluate {
    artifactId = "kotlin-logging"
  }     
}
l
Try a gradlew clean before just in case.
o
did that of course as well
l
Might be a bug then 🤔
o
Thanks, will try to submit a bug
l
kotl.in/issue and press "y" on GitHub to get the permalink to your open source reproducer in the address bar.
o
I just wonder if I should submit it like that or create a smaller repro
l
I think your repo is enough, unless you have a crazy amount or dependencies
o
no I don't. will submit that
after checking previous version it seems that the problem is different - in the old version the jar name is also with jvm, it's changed only on upload.
It seems I have a different problem, still investigating it
I think the issue right now is related to dokka. the old version do not work and when trying to upgrade to 1.4.0-rc there are also problems