basher
01/18/2020, 10:06 PMkotlinx.cinterop
imports are also rednapperley
01/19/2020, 5:26 AMbasher
01/19/2020, 5:31 AMbasher
01/19/2020, 5:41 AMKavan
01/19/2020, 6:18 AMbasher
01/19/2020, 6:22 AMKavan
01/19/2020, 6:24 AMKavan
01/19/2020, 6:26 AMbasher
01/19/2020, 6:30 AMdmitriy.dolovov
01/20/2020, 5:04 AMbasher
01/20/2020, 5:10 AMbasher
01/20/2020, 5:10 AMdmitriy.dolovov
01/21/2020, 8:47 AMbasher
01/22/2020, 6:37 PMkotlin.mpp.enableGranularSourceSetsMetadata=true
However, this still doesn't fix nativeMain. This issue can be reproduced with https://github.com/autodesk/coroutineworker master. With that flag on or off, nativeMain can't resolve (red):
import kotlin.native.concurrent.AtomicInt
import kotlin.native.concurrent.AtomicReference
import kotlin.native.concurrent.freeze
for example. It doesn't seem to resolve kotlinx.coroutines either. Possible that nativeMain still needs more work and is coming in 1.3.70? I see open tickets for for this feature generally, so I assume it's not yet completebasher
01/22/2020, 9:34 PM