app-deps: Exclude jetbrains kotlin stdlib

This commit is contained in:
Peter Cai 2024-01-20 16:44:59 -05:00
parent b580193624
commit 06fe15bb11

View file

@ -64,6 +64,7 @@ configure<GenerateBpPluginExtension> {
module.group == "androidx.datastore" -> false
module.group.startsWith("androidx") -> true
module.group == "com.google.android.material" -> true
module.group.startsWith("org.jetbrains") -> true
else -> false
}
}