mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore(gradle): remove Compose Compiler metrics opt-in
This doesn't seem worth generating for each build Revert "fix(gradle): address list reassignment lints" This reverts commit1d2da7c2f8
. Revert "chore: enable Compose Compiler metrics" This reverts commit0d668ac3aa
.
This commit is contained in:
parent
28c454261f
commit
76737b0eed
2 changed files with 0 additions and 40 deletions
|
@ -6,9 +6,6 @@
|
|||
*/
|
||||
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
||||
|
||||
import org.gradle.kotlin.dsl.withType
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id("dev.msfjarvis.claw.android-application")
|
||||
id("dev.msfjarvis.claw.rename-artifacts")
|
||||
|
@ -26,23 +23,6 @@ whetstone {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs =
|
||||
freeCompilerArgs +
|
||||
listOf(
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
|
||||
rootProject.buildDir.absolutePath +
|
||||
"/compose_metrics/",
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=" +
|
||||
rootProject.buildDir.absolutePath +
|
||||
"/compose_metrics/",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "dev.msfjarvis.claw.android"
|
||||
defaultConfig { applicationId = "dev.msfjarvis.claw.android" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue