app-deps: Exclude jetbrains kotlin stdlib
This commit is contained in:
parent
b580193624
commit
06fe15bb11
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue