mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:07:50 +01:00
7 lines
163 B
Text
7 lines
163 B
Text
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|