
There are still some bugs, still some outstanding features, but I don't want to hold this back any longer, that way I can keep the future PRs much more focused
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
plugins {
|
|
id("io.bkbn.sourdough.library")
|
|
}
|
|
|
|
dependencies {
|
|
val ktorVersion: String by project
|
|
implementation(group = "io.ktor", name = "ktor-server-core", version = ktorVersion)
|
|
implementation(group = "io.ktor", name = "ktor-webjars", version = ktorVersion)
|
|
implementation(group = "org.webjars", name = "swagger-ui", version = "4.1.3")
|
|
}
|