Skip to content

Commit

Permalink
Updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani committed Mar 21, 2024
1 parent 26a44fe commit 8cfa041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id('com.android.application')
id('kotlin-android')
id('kotlin-kapt')
id("androidx.navigation.safeargs")
id("androidx.navigation.safeargs.kotlin")
id 'androidx.room' version '2.6.1' apply false
}

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildscript {

plugins {
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}

Expand Down

0 comments on commit 8cfa041

Please sign in to comment.