Prateek Grover
04/29/2020, 9:55 PMe: Cannot access class 'kotlinx.coroutines.CoroutineExceptionHandler'. Check your module classpath for missing or conflicting dependencies
I have created a small reproducible project with two branches. master that does not build and gives an error and working-old-version that builds successful.
The only difference between the two branches is the versions of libs.
https://github.com/kerry/kn-multilib
To run the build
SDK_NAME=iphoneos-hello ./gradlew :analytics:build
Can someone help?Omar Mainegra
04/29/2020, 10:38 PMSDK_NAME=iphoneos-hello ./gradlew :analytics:iosMainKlibrary
Prateek Grover
04/29/2020, 10:40 PM> Task :analytics:compileCommonMainKotlinMetadata FAILED
e: /Users/prateek.grover/Documents/personal/kn-multilib/kn-apps/analytics/src/commonMain/kotlin/com/company/xplatformanalytics/LoginSessionManager.kt: (8, 46): Cannot access class 'kotlinx.coroutines.CoroutineExceptionHandler'. Check your module classpath for missing or conflicting dependencies
Is it failing for you as well?Prateek Grover
04/29/2020, 10:41 PMOmar Mainegra
04/30/2020, 12:14 AM