Skip to content

Commit

Permalink
Use alias to apply plugins in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Oct 1, 2022
1 parent 18b145c commit d0198cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id(libs.plugins.android.application.get().pluginId)
id(libs.plugins.kotlin.android.get().pluginId)
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
}

android {
Expand Down

0 comments on commit d0198cd

Please sign in to comment.