Skip to content

Commit cc8f5c4

Browse files
committed
Remove outdated @Suppress
1 parent a1ab12d commit cc8f5c4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: app/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
1817
plugins {
1918
alias(libs.plugins.androidApplication)
2019
alias(libs.plugins.baselineprofile)

Diff for: build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import com.diffplug.gradle.spotless.SpotlessExtension
1818

19-
@Suppress("DSL_SCOPE_VIOLATION")
2019
plugins {
2120
alias(libs.plugins.androidApplication) apply false
2221
alias(libs.plugins.androidTest) apply false

0 commit comments

Comments
 (0)