i have been moving over my internal libraries to 1...
# multiplatform
a
i have been moving over my internal libraries to 1.9.10 and im now getting this error on my last library. Has anyone got any thoughts on why this is happening?
a
Perhaps, you need to remove
kotlin.mpp.enableCompatibilityMetadataVariant=true
from
gradle.properties
.
a
im not using that property, so its not that.
i think this issue touches on my problem: https://youtrack.jetbrains.com/issue/KT-57914
putting kotlin.mpp.hierarchicalStructureSupport=false in my gradle properties file did the trick.