remove kotlin protobuf as its not in aosp

This commit is contained in:
Torsten Grote 2024-08-30 18:16:59 -03:00
parent b2307d94dd
commit cb68f75eb6
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF
2 changed files with 2 additions and 7 deletions

View file

@ -19,7 +19,7 @@ android_app {
},
static_libs: [
"kotlin-stdlib-jdk8",
"libprotobuf-kotlin-lite",
"libprotobuf-java-lite",
"androidx.core_core-ktx",
"androidx.fragment_fragment-ktx",
"androidx.activity_activity-ktx",

View file

@ -112,11 +112,6 @@ android {
option("lite")
}
}
task.builtins {
id("kotlin") {
option("lite")
}
}
}
}
}
@ -160,7 +155,7 @@ dependencies {
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.google.material)
implementation(libs.google.protobuf.kotlin.lite)
implementation(libs.google.protobuf.javalite)
implementation(libs.google.tink.android)
/**