-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.yaml
More file actions
28 lines (25 loc) · 663 Bytes
/
module.yaml
File metadata and controls
28 lines (25 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
product:
type: jvm/app
dependencies:
- $libs.kotlin.css
- $libs.kotlinx.html
- $libs.ktor.server.auto.head.response
- $libs.ktor.server.caching.headers
- $libs.ktor.server.call.logging
- $libs.ktor.server.content.negotiation
- $libs.ktor.server.core
- $libs.ktor.server.default.headers
- $libs.ktor.server.html.builder
- $libs.ktor.server.netty
- $libs.ktor.server.sessions
- $libs.ktor.server.webjars
- $libs.logback.classic
- $libs.webjars.hotwired.turbo
test-dependencies:
- $libs.ktor.server.test.host
- $kotlin.test.junit5
settings:
jvm:
mainClass: io.ktor.server.netty.EngineMain
kotlin:
serialization: json