mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-02 23:41:50 +01:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|