Idea 编译SpringBoot项目Kotlin报错/Idea重新编译

原因应该是一次性修改了大量的文件, SpringBoot项目启动Kotlin报错, Build Project也是同样的结果, 报错如下

Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.1.13.

Build->Rebuild Project 重新编译可解决

相关推荐
wb0430720116 小时前
使用 Java 开发 MCP 服务并发布到 Maven 中央仓库完整指南
java·开发语言·spring boot·ai·maven
nbwenren17 小时前
Springboot中SLF4J详解
java·spring boot·后端
helx8218 小时前
SpringBoot中自定义Starter
java·spring boot·后端
rleS IONS18 小时前
SpringBoot获取bean的几种方式
java·spring boot·后端
R***z10120 小时前
Spring Boot 整合 MyBatis 与 PostgreSQL 实战指南
spring boot·postgresql·mybatis
赵丙双20 小时前
spring boot AutoConfiguration.replacements 文件的作用
java·spring boot
计算机学姐21 小时前
基于SpringBoot的兴趣家教平台系统
java·spring boot·后端·spring·信息可视化·tomcat·intellij-idea
秃秃然然1 天前
IntelliJ IDEA指北
java·ide·intellij-idea
bearpping1 天前
Spring Boot + Vue 全栈开发实战指南
vue.js·spring boot·后端
__土块__1 天前
一次 Spring Boot 自动装配机制源码走读:从误用 @Component 到理解 Bean 生命周期
spring boot·源码分析·自动装配·bean生命周期·@configuration·configurationclasspostprocessor·cglib代理