We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ScopeJVM.kt has no package entry. When using Java 9 Modules with koin 3.0.1, this error is raised:
java.lang.module.FindException: Unable to derive module descriptor for [...]/koin-core-jvm-3.0.1.jar Caused by: java.lang.module.InvalidModuleDescriptorException: ScopeJVMKt.class found in top-level directory (unnamed package not allowed in module)
To Reproduce Add requires koin.core.jvm; to a module-info.java file
requires koin.core.jvm;
module-info.java
Expected behavior ScopeJVM.kt should probably have package org.koin.core.scope .
ScopeJVM.kt
package org.koin.core.scope
Koin project used and used version (please complete the following information): koin-core version 3.0.1
koin-core version 3.0.1
The text was updated successfully, but these errors were encountered:
Fixed on master - 9ed06ff50e788e637bacd362daa41d252309b77f
9ed06ff50e788e637bacd362daa41d252309b77f
Sorry, something went wrong.
No branches or pull requests
Describe the bug
ScopeJVM.kt has no package entry.
When using Java 9 Modules with koin 3.0.1, this error is raised:
To Reproduce
Add
requires koin.core.jvm;
to amodule-info.java
fileExpected behavior
ScopeJVM.kt
should probably havepackage org.koin.core.scope
.Koin project used and used version (please complete the following information):
koin-core version 3.0.1
The text was updated successfully, but these errors were encountered: