mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Add test on compiling against kotlin.reflect on JDK 9
This commit is contained in:
committed by
Ilya Gorbunov
parent
d41c1d572b
commit
897261a8a6
4
compiler/testData/javaModules/dependencyOnReflect/usage/module-info.java
vendored
Normal file
4
compiler/testData/javaModules/dependencyOnReflect/usage/module-info.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
module usage {
|
||||
requires kotlin.stdlib;
|
||||
requires kotlin.reflect;
|
||||
}
|
||||
Reference in New Issue
Block a user