Are there any known issues in dealing with a multi...
# multiplatform
s
Are there any known issues in dealing with a multiplatform project and publishing with resolved versions? I use a version resolution strategy, and when I publish to Maven, am getting errors that versions aren’t included. I’m trying to follow the instructions here: https://docs.gradle.org/6.0.1/userguide/publishing_maven.html#publishing_maven:resolved_dependencies but they don’t seem to work correctly with the multiplatform publications (the versions aren’t included and the metadata build won’t publish at all)
t
As WA - you can declare “version methods ” in
buildSrc
to avoid version duplication (like
kotlin
method for example).