molly-messenger/core-gms/safeparcel-processor/build.gradle.kts

13 lines
210 B
Text
Raw Permalink Normal View History

2025-12-29 13:18:34 +01:00
plugins {
java
}
dependencies {
implementation(libs.androidx.annotation)
implementation(libs.jsilver)
}
tasks.jar {
exclude("com.google.android.gms.common.internal.safeparcel/SafeParcelable.class")
}