Drop easylauncher plugin and import generated files
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -29,7 +29,6 @@ plugins {
|
||||
id("org.jetbrains.kotlin.kapt")
|
||||
id("androidx.navigation.safeargs.kotlin")
|
||||
id("org.jlleitschuh.gradle.ktlint")
|
||||
id("com.starter.easylauncher")
|
||||
id("dev.rikka.tools.refine")
|
||||
}
|
||||
|
||||
@@ -121,17 +120,6 @@ kapt {
|
||||
correctErrorTypes = true
|
||||
}
|
||||
|
||||
easylauncher {
|
||||
buildTypes {
|
||||
register("nightly") {
|
||||
setFilters(chromeLike())
|
||||
}
|
||||
register("debug") {
|
||||
setFilters(chromeLike())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
//Protobuf
|
||||
|
||||
Reference in New Issue
Block a user