From 6af0d819db54b55fd62c1edf9db16d26f0dfae01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C1?= Date: Fri, 12 Dec 2025 09:43:40 +0500 Subject: [PATCH] 123 --- local.properties | 8 ++++++++ src/main/kotlin/Application.kt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 local.properties diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..e8c7a7f --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Fri Dec 12 09:42:48 YEKT 2025 +sdk.dir=D\:\\androidstudio diff --git a/src/main/kotlin/Application.kt b/src/main/kotlin/Application.kt index 378958a..33be057 100755 --- a/src/main/kotlin/Application.kt +++ b/src/main/kotlin/Application.kt @@ -10,7 +10,7 @@ fun main(args: Array) { fun Application.module() { install(ContentNegotiation) { - json() + json()asd } configureRouting() }