christian.steffensen
06/19/2025, 11:10 AMValue of type X has no member Y
where X is a class and Y is a suspending function
We also get the error: No exact matches in global call to onEnum
The only thing we have changed recently is updated to Kotlin 2.1.20, where we got a Can't find env_blacklist file
error, which was at first fixed by calling ./gradlew commonizeNativeDistribution
before building - that fixed the build and the following released worked just fine.
But, now we just made another release and it no longer works on iOS, with the issues mentioned above. On suggestion from KT-72068 we have tried adding kotlin.native.toolchain.enabled=false
but that made no difference
Skie 0.10.2
Kotlin 2.1.20
Gradle 8.11.1
The library is built using assembleFramework and publishing it manually to github package registrychristian.steffensen
06/19/2025, 11:43 AM