Update Gradle settings and duplicate response in Main.kt

This commit is contained in:
Stefan Mogeritsch 2026-02-27 12:47:32 +01:00
parent 0b30b570f0
commit 15fb6c1d28
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">

View File

@ -11,6 +11,7 @@ fun main() {
routing {
get("/") {
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
}
}
}.start(wait = true)