Skip to content

Commit

Permalink
Use new plugin structure in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Aug 16, 2023
1 parent c5817bd commit 8de88fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'com.google.devtools.ksp'
id 'com.mikepenz.aboutlibraries.plugin'
id 'androidx.navigation.safeargs.kotlin'
}

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'androidx.navigation.safeargs.kotlin'
apply plugin: 'com.google.devtools.ksp'

android {

defaultConfig {
Expand Down

0 comments on commit 8de88fd

Please sign in to comment.