mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
paparazzi-tests: workaround incompatible Compose Compiler dependency
This commit is contained in:
parent
aa1f4cb827
commit
f86714ced3
3 changed files with 16 additions and 0 deletions
|
@ -11,6 +11,10 @@ androidComponents { beforeVariants(selector().all()) { it.enable = it.buildType
|
|||
android {
|
||||
namespace = "dev.msfjarvis.claw.android.tests"
|
||||
buildFeatures { compose = true }
|
||||
composeOptions {
|
||||
useLiveLiterals = false
|
||||
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue