kotlin-result/settings.gradle.kts

16 lines
263 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 {
maven("https://dl.bintray.com/kotlin/kotlinx")
2020-05-11 09:41:00 +00:00
gradlePluginPortal()
}
}