Amritansh
09/20/2021, 10:23 PM./gradlew :shared:build
my KMM project Task :shared:compileKotlinMetadata FAILED
and in the stacktrace I am getting this Unresolved reference: newSingleThreadContext
. I am using kotlin : 1.5.31 and coroutines version 1.5.2-native-mt
. Any idea what might be the issue? I had to comment out
#kotlin.mpp.enableGranularSourceSetsMetadata=true
#kotlin.native.enableDependencyPropagation=false
in the gradle.properties since sql delight does not support hmpp. can that be the issue here?kevindmoore
09/20/2021, 10:55 PMAmritansh
09/20/2021, 11:01 PM./gradlew :shared:build
from the terminal.russhwolf
09/20/2021, 11:04 PMAmritansh
09/20/2021, 11:09 PMTijl
09/21/2021, 6:42 AMCLOVIS
09/21/2021, 2:20 PMAmritansh
09/21/2021, 2:25 PMAmritansh
09/21/2021, 2:26 PM