Skip to content

Commit

Permalink
update quiz collector
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane committed Aug 24, 2024
1 parent 7165ed1 commit d0395fb
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 97 deletions.
1 change: 1 addition & 0 deletions material/rest-api-ui-ktor-quiz-collector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
implementation(libs.ktor.server.netty)
implementation(libs.logback.classic)
implementation(libs.ktor.server.config.yaml)
implementation(libs.kandy.lets.plot)
testImplementation(libs.ktor.server.test.host)
testImplementation(libs.kotlin.test.junit)
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
ktor-server-config-yaml = { module = "io.ktor:ktor-server-config-yaml", version.ref = "ktor-version" }
ktor-server-test-host = { module = "io.ktor:ktor-server-test-host-jvm", version.ref = "ktor-version" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin-version" }
kandy-lets-plot = { module = "org.jetbrains.kotlinx:kandy-lets-plot", version = "0.7.0" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-version" }
Expand Down
Loading

0 comments on commit d0395fb

Please sign in to comment.