Scratch: implement compiling executor
This commit is contained in:
@@ -85,7 +85,7 @@ class KotlinConsoleKeeper(val project: Project) {
|
||||
return commandLine
|
||||
}
|
||||
|
||||
private fun createJavaParametersWithSdk(module: Module): JavaParameters {
|
||||
fun createJavaParametersWithSdk(module: Module): JavaParameters {
|
||||
val params = JavaParameters()
|
||||
params.charset = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user