After updating to 1.6.20, I’m getting an error in ...
# squarelibraries
l
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?
t
1.6.20. changed default properties for hierarchical projects. If you weren't using them before you might need to explicitly disable now https://kotlinlang.org/docs/whatsnew1620.html#configuration-and-setup
l
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.