赞
踩
# 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_version 为
ext {
compose_version = '1.0.0-beta01'
}
改成
ext {
compose_version = '1.0.0-beta05'
}
事实上根本不能解决问题,我在compose官网查看版本发布时发现
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。