问题
创建Kotlin File/Class,在其中编写main()函数,点击main()函数左边的小箭头,选择第一个run选项,运行这段Kotlin代码。Run tasks运行7分钟以上,报以下错误
Error running 'com.example.helloworld.LearnKotlinKt': Class 'com.example.helloworld.LearnKotlinKt' not found in module 'app'
解决
i had this same problem with the example cordapp. I was able to resolve this problem by deleting the build and gradle folders in my project, and then, opening the jet brains IDE back again.