rohith
02/03/2022, 6:51 PMmkrussel
02/03/2022, 6:56 PMcommonMain.
If you are using it from a shared native source set like iosMain you need to enable commonizer for Android Studio to show it.
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableCInteropCommonization=truerohith
02/03/2022, 6:58 PMcommonMain, is that not the way to go?mkrussel
02/03/2022, 7:00 PM