After updating to 1.6.20, I’m getting an error in iosMain saying that okio cannot be found. Same with FileSystem. Downgrading to 1.6.10 seems to fix it, but I’d like to be on the latest Kotlin if possible. Is anyone else seeing this?
I am using hierarchical project support. The project needs to support basically every kotlin platform, so being able to set up a nativeMain, mobileMain, desktopMain, androidMain, androidNdkMain, iosMain, etc separately is critical.