Decouple compose compiler version
This commit is contained in:
parent
a366c68f37
commit
932314f8d2
4 changed files with 5 additions and 3 deletions
|
@ -56,7 +56,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.get()
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
|
|
@ -33,7 +33,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.get()
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
|
|
@ -33,7 +33,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.get()
|
||||
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
|
|
@ -16,6 +16,8 @@ dependencyResolutionManagement {
|
|||
|
||||
alias("android-media").to("androidx.media", "media").version("1.6.0")
|
||||
|
||||
version("compose-compiler", "1.2.0-beta03")
|
||||
|
||||
version("compose", "1.2.0-beta03")
|
||||
alias("compose-foundation").to("androidx.compose.foundation", "foundation").versionRef("compose")
|
||||
alias("compose-ui").to("androidx.compose.ui", "ui").versionRef("compose")
|
||||
|
|
Loading…
Reference in a new issue