涛哥, 能不能发个链接专门讲下最新的IDE搭建和环境配置问题,因为我对着你开源实验室的setup的博客建立环境出现了好多问题,比如idea下面preference里面插件已经不是kotlin Java了,我这边显示是Kotlin JRE; 然后随便建立了一个kotlin.kt文件编译后报问题:
objc[25027]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/bin/java (0x1044734c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1044ed4e0). One of the two will be used. Which one is undefined.
Error: Could not find or load main class cucumber.api.cli.Main
展开
作者回复: github仓库上的issue里面已经有了