CLI, Ant: add kotlin-reflect.jar to classpath by default, support "-no-reflect"
Note that now "-no-stdlib" implies "-no-reflect".
#KT-13237 Fixed
Original commit: 0d26087040
This commit is contained in:
@@ -289,6 +289,7 @@ object KotlinCompilerRunner {
|
|||||||
with(settings) {
|
with(settings) {
|
||||||
module = moduleFile.absolutePath
|
module = moduleFile.absolutePath
|
||||||
noStdlib = true
|
noStdlib = true
|
||||||
|
noReflect = true
|
||||||
noJdk = true
|
noJdk = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user