Skip to content

Commit 2596339

Browse files
committed
Update submodule mDL
1 parent 755876c commit 2596339

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

settings.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ buildscript {
4747

4848

4949
val versionCatalogSource: TomlParseResult by lazy {
50-
51-
Toml.parse(FileInputStream(rootProject.projectDir.absolutePath + ("/gradle/libs.versions.toml")))
52-
50+
Toml.parse(FileInputStream(rootProject.projectDir.absolutePath + ("/gradle/libs.versions.toml")))
5351
}
5452

5553
/**
@@ -59,8 +57,6 @@ internal fun versionOf(dependency: String) =
5957
versionCatalogSource.getTable("versions")?.getString(dependency) as String
6058

6159

62-
63-
6460
dependencyResolutionManagement {
6561
repositories {
6662
mavenLocal()

0 commit comments

Comments
 (0)