/ktor-extension-plugins

Primary LanguageKotlinMIT LicenseMIT

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.