Get-Childitem -Path .\ -Recurse -include *.*,*.kt | Select-String "kotlin"
发现:
.idea\kotlinc.xml:3: <component name="Kotlin2JvmCompilerArguments">
.idea\kotlinc.xml:6: <component name="KotlinCommonCompilerArguments">
security01\security01.iml:16: <facet type="kotlin-language" name="Kotlin">
learn-spring-security.iml:7: <facet type="kotlin-language" name="Kotlin">
如果禁用KOTLIN编译的话,是不是把.idea\kotlinc.xml 文件删除了,就不会使用kotlin编译了