893af65b45
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
11 lines
257 B
Text
11 lines
257 B
Text
/**
|
|
* IDEs don't support this very well for buildSrc, so we use the regular dependency format
|
|
* until that changes.
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
*/
|