Olá! Estou usando uma versão mais recente do Android Studio (2020.3.1) e tenho tido problemas com o Kotlin REPL e a versão da JRE. Já coloquei a JRE 1.8 no Path, no Project Structure e no Run > Edit Configurations, mas no Kotlin REPL do AS ainda tenta rodar com a JRE embedded da IDE:
"D:\AndroiD\Android Studio\jre\bin\java.exe" -Dkotlin.repl.ideMode=true -Dfile.encoding=UTF-8 -classpath "D:\AndroiD\Android Studio\lib\idea_rt.jar;C:\Users\rodrigo.nantes\AppData\Local\Temp\classpath1475573272.jar" com.intellij.rt.execution.CommandLineWrapper C:\Users\rodrigo.nantes\AppData\Local\Temp\classpath1475573272.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
`CommandLineWrapper` is ill-suited for launching apps on Java 9+.
If the run configuration uses "classpath file", please change it to "@argfile".
Otherwise, please contact support.
Process finished with exit code 1
Como posso resolver o problema acima? Obrigado!