mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Use module path instead of class path for stdlib on Java 9
Also report the "named does not read unnamed" error, which was not possible previously because we wouldn't be able to read anything from kotlin-stdlib (because it was added to the unnamed module by default)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module namedWithExplicitDependency {
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
Reference in New Issue
Block a user