6 lines
107 B
Kotlin
6 lines
107 B
Kotlin
rootProject.name = "ktor-reactive-sample"
|
|
|
|
plugins{
|
|
id("de.fayard.refreshVersions") version "0.60.5"
|
|
}
|