mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
fix(gradle): address list reassignment lints
This commit is contained in:
parent
dd019279ec
commit
1d2da7c2f8
2 changed files with 24 additions and 22 deletions
|
@ -28,7 +28,8 @@ whetstone {
|
||||||
|
|
||||||
tasks.withType<KotlinCompile>().configureEach {
|
tasks.withType<KotlinCompile>().configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
freeCompilerArgs +=
|
freeCompilerArgs =
|
||||||
|
freeCompilerArgs +
|
||||||
listOf(
|
listOf(
|
||||||
"-P",
|
"-P",
|
||||||
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
|
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
|
||||||
|
|
|
@ -22,7 +22,8 @@ androidComponents { beforeVariants { it.enableUnitTest = false } }
|
||||||
|
|
||||||
tasks.withType<KotlinCompile>().configureEach {
|
tasks.withType<KotlinCompile>().configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
freeCompilerArgs +=
|
freeCompilerArgs =
|
||||||
|
freeCompilerArgs +
|
||||||
listOf(
|
listOf(
|
||||||
"-P",
|
"-P",
|
||||||
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
|
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue