kotlin-result/settings.gradle.kts

20 lines
319 B
Plaintext
Raw Normal View History

2018-09-24 21:13:47 +00:00
rootProject.name = "kotlin-result"
include(
2021-02-10 22:07:29 +00:00
"benchmarks",
"example",
"kotlin-result",
"kotlin-result-coroutines"
)
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.4.0"
}