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