# e: This version (1.0.1) of the Compose Compiler requires Kotlin version 1.5.21 but you appear to be using Kotlin version 1.5.30 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
如题:在新建Compose应用提示Kotlin version和Compose version冲突
在网上搜索后给出的答案都是修改 compose_version 为
ext {
compose_version = '1.0.0-beta01'
}
改成
ext {
compose_version = '1.0.0-beta05'
}
事实上根本不能解决问题,我在compose官网查看版本发布时发现