fix(build-logic): fix benchmark target/compile SDK

This commit is contained in:
Harsh Shandilya 2022-09-30 13:04:15 +05:30
parent 0da964e790
commit 5124f27b81
No known key found for this signature in database
2 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,4 @@
@file:Suppress("DSL_SCOPE_VIOLATION")
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins {
alias(libs.plugins.android.test)