mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix: remove benchmark project
This has barely ever worked and I'm kinda done with it
This commit is contained in:
parent
93b593bd41
commit
123e2c9eb2
11 changed files with 2 additions and 246 deletions
|
@ -23,7 +23,6 @@ plugins {
|
|||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.modulegraphassert)
|
||||
alias(libs.plugins.whetstone)
|
||||
alias(libs.plugins.baselineprofile)
|
||||
alias(libs.plugins.licensee)
|
||||
alias(libs.plugins.tracelog)
|
||||
alias(libs.plugins.kotlin.composeCompiler)
|
||||
|
@ -47,13 +46,6 @@ extensions.configure<ApplicationExtension> {
|
|||
|
||||
aboutLibraries.collect.gitHubApiToken = providers.environmentVariable("GITHUB_TOKEN").orNull
|
||||
|
||||
baselineProfile {
|
||||
mergeIntoMain = true
|
||||
saveInSrc = true
|
||||
// dependencyProject is deprecated, needs new APIs in the baseline profile plugin.
|
||||
@Suppress("deprecation") from(projects.benchmark.dependencyProject)
|
||||
}
|
||||
|
||||
composeCompiler {
|
||||
featureFlags.addAll(
|
||||
ComposeFeatureFlag.OptimizeNonSkippingGroups,
|
||||
|
@ -145,7 +137,6 @@ dependencies {
|
|||
kapt(libs.dagger.compiler)
|
||||
|
||||
addTestDependencies(project)
|
||||
androidTestImplementation(libs.androidx.test.espresso.core)
|
||||
androidTestImplementation(libs.androidx.test.uiautomator)
|
||||
androidTestImplementation(libs.leakcanary.android.test)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue