CLI, Ant: add kotlin-reflect.jar to classpath by default, support "-no-reflect"
Note that now "-no-stdlib" implies "-no-reflect". #KT-13237 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
import kotlin.reflect.KClassesKt;
|
||||
import kotlin.Unit;
|
||||
|
||||
public class J {}
|
||||
Reference in New Issue
Block a user