fix(build): remove obsolete workaround

This commit is contained in:
Harsh Shandilya 2024-02-22 13:34:29 +05:30
parent 954ef90d99
commit f115fd8dda

View file

@ -32,8 +32,6 @@ android {
useLiveLiterals = false useLiveLiterals = false
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
} }
// kotlinx.serialization 1.6.0-RC regression
packagingOptions.resources.pickFirsts += "**/*.bin"
} }
baselineProfile { baselineProfile {