Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlinx.coroutines.CoroutineScope service file seems misplaced #1131

Closed
pull-vert opened this issue Apr 22, 2019 · 1 comment
Closed

kotlinx.coroutines.CoroutineScope service file seems misplaced #1131

pull-vert opened this issue Apr 22, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@pull-vert
Copy link

pull-vert commented Apr 22, 2019

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
image

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

Shouldn't these progard and services folders be somewhere in kotlinx-coroutines-android resources instead of kotlinx-coroutines-core ?

@qwwdfsad qwwdfsad added the bug label Apr 22, 2019
@qwwdfsad qwwdfsad self-assigned this Apr 22, 2019
@elizarov elizarov added this to the 1.2.1 milestone Apr 22, 2019
@elizarov
Copy link
Contributor

That seems like a bug. This file should not be there at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants