Hello, I am trying to create a baseline profile f...
# compose
n
Hello, I am trying to create a baseline profile for our project but
benchmark
module throws the exception below when executing
./gradlew connectedBenchmarkAndroidTest -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
task
Copy code
symbol: class DeveloperSettingsModule
error: ComponentProcessingStep was unable to process 'path.to.package.core.di.ApplicationComponent' because '<error>' could not be resolved.
Can somebody please help me figure out what’s wrong with Dagger? I am confused.
c
You might be looking for #dagger
n
Thanks!