Drop easylauncher plugin and import generated files

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-21 11:49:38 +05:30
parent f3c56ca056
commit b77a87d55f
38 changed files with 286 additions and 170 deletions

View File

@@ -26,6 +26,5 @@ plugins {
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
id("androidx.navigation.safeargs.kotlin") version "2.6.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.4.0" apply false
id("com.starter.easylauncher") version "6.2.0" apply false
id("dev.rikka.tools.refine") version "4.3.0" apply false
}