mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-22 21:02:16 +03:00
8 lines
163 B
Text
8 lines
163 B
Text
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("kotlinLibs") {
|
||
|
from(files("../gradle/kotlinx.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|