Vetle Ledaal c15852943e
Remove named capture groups from most extensions (#7328)
* remove named capture group (simple)

* remove named capture group (spot checks)
2025-02-23 21:26:49 +00:00

10 lines
105 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 13
dependencies {
api(project(":lib:i18n"))
}