zalewski.se
11/07/2021, 12:16 PMromainbsl
11/07/2021, 7:48 PMzalewski.se
11/07/2021, 9:36 PMkotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
and the module where I have specific code for iosMain
sourceset is failing to get kodein dependencies. It works when I build it only for specific architecture like iosX64()
or iosArm64()
but always fails with ios()
. I think it’s only about Kodein as I can access coroutines deps for example (but well this class is small so I might be wrong 💭).
Also yes, I meant Kodein-DIromainbsl
11/08/2021, 12:51 PMenableGranularSourceSetsMetadata
few month ago, I will reactivate it and let you know how it goesromainbsl
11/20/2021, 1:41 PMzalewski.se
04/27/2022, 4:24 PMromainbsl
04/27/2022, 6:06 PM<https://s01.oss.sonatype.org/content/repositories/snapshots/>
and the version 8.0.0-ktor-2-SNAPSHOT
.romainbsl
04/27/2022, 6:06 PM