kotlin-result/settings.gradle.kts

26 lines
403 B
Plaintext
Raw Normal View History

2020-05-11 09:41:00 +00:00
pluginManagement {
repositories {
2021-09-23 15:46:11 +00:00
mavenCentral()
2020-05-11 09:41:00 +00:00
gradlePluginPortal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
rootProject.name = "kotlin-result"
include(
"benchmarks",
"example",
"kotlin-result",
"kotlin-result-coroutines"
)