Skip to content

Commit 8fc715d

Browse files
committed
Suppress lint for Variant.testedApks
1 parent d414441 commit 8fc715d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

baselineprofile/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dependencies {
4646
androidComponents {
4747
onVariants { v ->
4848
val artifactsLoader = v.artifacts.getBuiltArtifactsLoader()
49+
@Suppress("UnstableApiUsage")
4950
v.instrumentationRunnerArguments.put(
5051
"targetAppId",
5152
v.testedApks.map { artifactsLoader.load(it)?.applicationId ?: "" }

0 commit comments

Comments
 (0)