kotlin 编译器下载地址:https://github.com/JetBrains/kotlin/releases/tag/v1.3.31
解压:kotlin-compiler-1.3.31.zip
添加环境变量
path:bin目录
classpath: lib目录下kotlin-stdlib.jar,kotlin-runtime.jar
不添加classpath:
kotlin 编译 运行 hello world
原文:https://www.cnblogs.com/myDreamWillCometrue/p/10783396.html