Decouple compose compiler version

This commit is contained in:
vfsfitvnm
2022-07-01 00:01:06 +02:00
parent a366c68f37
commit 932314f8d2
4 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.get()
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}
kotlinOptions {