Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

kukv/ktor-extension-plugins

Repository files navigation

ktor-extension-plugins

ktlint Maven Central GitHub Maven Central Kotlin

Library for ktor extension.

To learn more please refer to the READMEs of individual modules.

The following modules are currently available.

module description
environment Retrieve preferences from outside of ktor's Application class.

Installation

  1. Add the repository.

    repositories {
        mavenCentral()
    }
  2. Add the dependency.

    implementation("jp.kukv.ktor-extension-plugins:<module>:<version>")

License

ktor-extension-plugins is provided under the MIT License.

Copyright (c) 2023 kukv.