Exkt (Kotlin Extensions) is a set of utilities and extensions for a variety of libraries and frameworks.
Each Exkt module has a README describing it. Here is the list of all available modules:
- Exkt - Common Utilities
- Exkt DTO
- Exkt for kotlin.test
- Exkt for Konform
- Exkt for Ktor Server
- Exkt for KVision
- Exkt for Kweb
- Koin extensions for Ktor Server
- PostgreSQL Java Driver support for Ktor Server
- Exkt for Ktorm
- Exkt for PostgreSQL Java Driver
repositories {
maven(url = "https://maven.d1s.dev/releases")
}
dependencies {
val exktVersion: String by project
implementation("dev.d1s.exkt:exkt-{module}:$exktVersion")
}
See CONTRIBUTING.md
Copyright 2022-2024 Mikhail Titov
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.