FYI I was having trouble building Multiplatform Se...
# eap
r
FYI I was having trouble building Multiplatform Settings on the latest eap, apparently due to the metadata compilation step introduced in https://youtrack.jetbrains.com/issue/KT-31411. I haven’t yet been able to create an isolated reproducer, but you can see an example failing build output here https://dev.azure.com/russhwolf/Multiplatform%20Settings/_build/results?buildId=80&view=logs&j=a82d9e72-1de4-5bd6-c188-90296135479e&t=07390922-4a60-504f-a9c0-7585a3d4f188. I was able to work around by removing
kotlin.mpp.enableGranularSourceSetsMetadata=true
from
gradle.properties
a
cc @Sergei Pecherkin [JetBrains]
s
@russhwolf Thanks! I’ve created https://youtrack.jetbrains.com/issue/KT-37155 Could you attach file
Copy code
/src/apple32Main/kotlin/com/russhwolf/settings/AppleSettings.kt
please?
r
Ok I’ve attached that file (as well as related ones) and added some more context on that ticket