青岛网站排名推广,邯郸网络科技鑫洋有限公司,服务机构电子商务网站有哪些,东莞市网络策划推广哪家好点击查看#xff1a;Jetpack Compose Kotlin 的兼容性 官网
声明依赖项
如需添加 Compose Compiler 的依赖项#xff0c;您必须将 Google Maven 代码库添加到项目中。如需了解详情#xff0c;请参阅 Google 的 Maven 代码库。
在应用或模块的 build.gradle或者build.grad…点击查看Jetpack Compose Kotlin 的兼容性 官网
声明依赖项
如需添加 Compose Compiler 的依赖项您必须将 Google Maven 代码库添加到项目中。如需了解详情请参阅 Google 的 Maven 代码库。
在应用或模块的 build.gradle或者build.gradle.kts 文件中添加所需工件的依赖项
build.gradle
android {buildFeatures {compose true}composeOptions {kotlinCompilerExtensionVersion 1.5.9}kotlinOptions {jvmTarget 19}
}build.gradle.kts
android {buildFeatures {compose true}composeOptions {kotlinCompilerExtensionVersion 1.5.9}kotlinOptions {jvmTarget 19}
}预发布 Kotlin 兼容性
如需详细了解与 Kotlin 预发布版本兼容的 Compose Compiler 版本请参考 compose-compiler。
Compose Compiler 版本兼容的 Kotlin 版本1.5.91.9.221.5.81.9.221.5.71.9.211.5.61.9.211.5.51.9.201.5.41.9.201.5.31.9.101.5.21.9.0 版1.5.11.9.0 版1.5.01.9.0 版1.4.81.8.221.4.71.8.211.4.61.8.201.4.51.8.201.4.41.8.101.4.31.8.101.4.21.8.101.4.11.8.01.4.01.8.01.4.0-alpha021.7.211.4.0-alpha011.7.201.3.21.7.201.3.11.7.101.3.01.7.101.3.0-rc021.7.101.3.0-rc011.7.101.3.0-beta011.7.101.2.01.7.01.2.0-rc021.6.211.2.0-rc011.6.211.2.0-beta031.6.211.2.0-beta021.6.211.2.0-beta011.6.211.2.0-alpha081.6.201.2.0-alpha071.6.101.2.0-alpha061.6.101.2.0-alpha051.6.101.2.0-alpha041.6.101.2.0-alpha031.6.101.2.0-alpha021.6.101.2.0-alpha011.6.101.1.11.6.101.1.01.6.101.1.0-rc031.6.101.1.0-rc021.6.101.1.0-rc011.6.01.1.0-beta041.6.01.1.0-beta031.5.311.1.0-beta021.5.311.1.0-beta011.5.311.1.0-alpha061.5.311.1.0-alpha051.5.311.0.51.5.311.0.41.5.311.1.0-alpha041.5.301.1.0-alpha031.5.301.0.31.5.301.1.0-alpha021.5.211.1.0-alpha011.5.211.0.21.5.211.0.11.5.211.0.01.5.101.0.0-rc021.5.101.0.0-rc011.5.10