Skip to content

Commit 757d325

Browse files
committed
DROID-3710 App | Tech | Fix license setup
1 parent 0b18c91 commit 757d325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ pluginManagement {
66
google()
77
mavenCentral()
88
}
9+
plugins {
10+
id 'androidx.navigation.safeargs.kotlin' version '2.8.3'
11+
}
912
}
1013

1114
plugins {

0 commit comments

Comments
 (0)