Hello! I create new multiplatform prject (android/ios) by Idea wizard. After that I add Ktor, step by step from manual. For android and common part all is ok, but iosMain does not see "import kotlinx.coroutines.*" at all. How to add ktor/coroutines to iosMain correctly?
RESOLVED Inserting
enableFeaturePreview("GRADLE_METADATA")
into settings.gradle resolve problem. 7 f**g hours dancing with tambourine...