We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb8d31 commit fe3c95eCopy full SHA for fe3c95e
app/build.gradle.kts
@@ -6,6 +6,7 @@ plugins {
6
kotlin("android.extensions")
7
kotlin("kapt")
8
id("androidx.navigation.safeargs")
9
+ id("com.akaita.android.easylauncher")
10
}
11
12
androidExtensions {
build.gradle.kts
@@ -7,6 +7,7 @@ buildscript {
classpath("com.android.tools.build:gradle:3.4.1")
classpath(kotlin("gradle-plugin", version = "1.3.31"))
classpath("android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0")
+ classpath("com.akaita.android:easylauncher:1.3.1")
13
0 commit comments