mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(android): workaround packaging regression
This commit is contained in:
parent
1e396bc7ff
commit
4961af8a20
1 changed files with 4 additions and 2 deletions
|
@ -24,12 +24,14 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "dev.msfjarvis.claw.android"
|
||||
defaultConfig { applicationId = "dev.msfjarvis.claw.android" }
|
||||
buildFeatures { compose = true }
|
||||
defaultConfig.applicationId = "dev.msfjarvis.claw.android"
|
||||
buildFeatures.compose = true
|
||||
composeOptions {
|
||||
useLiveLiterals = false
|
||||
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
|
||||
}
|
||||
// kotlinx.serialization 1.6.0-RC regression
|
||||
packagingOptions.resources.pickFirsts += "**/*.bin"
|
||||
}
|
||||
|
||||
baselineProfile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue