Skip to content

Commit

Permalink
Remove outdated @Suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 21, 2024
1 parent 0db044b commit dcbe551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.baselineprofile)
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import com.diffplug.gradle.spotless.SpotlessExtension

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.androidTest) apply false
Expand Down

0 comments on commit dcbe551

Please sign in to comment.