You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to compile a pure JVM (no Android) project using Jdk12 configured for using Jigsaw JDK9+ module.
I have this error java.lang.module.FindException: Unable to derive module descriptor for ...\kotlinx-coroutines-core-1.2.0.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class kotlinx.coroutines.android.EmptyCoroutineScopeImpl1 not in module
This is what I see in my project's External librairies in intelliJ
Following resources seems misplaced in kotlinx-coroutines-core > jvm > resources
Shouldn't these progard and services folders be somewhere in kotlinx-coroutines-android resources instead of kotlinx-coroutines-core ?
The text was updated successfully, but these errors were encountered:
I was trying to compile a pure JVM (no Android) project using Jdk12 configured for using Jigsaw JDK9+ module.
I have this error
java.lang.module.FindException: Unable to derive module descriptor for ...\kotlinx-coroutines-core-1.2.0.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class kotlinx.coroutines.android.EmptyCoroutineScopeImpl1 not in module
This is what I see in my project's External librairies in intelliJ

Following resources seems misplaced in kotlinx-coroutines-core > jvm > resources

Shouldn't these progard and services folders be somewhere in kotlinx-coroutines-android resources instead of kotlinx-coroutines-core ?
The text was updated successfully, but these errors were encountered: