Add Home

2025-12-13 22:12:24 +00:00
commit 4d4b64445d

17
Home.md Normal file

@@ -0,0 +1,17 @@
# migration-ktor
`migration-ktor` is a Kotlin library that enables code-based migrations in Ktor.
## Installation
Add the following to your `build.gradle.kts`.
```kotlin
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:ktor-migration:1.1.1")
}
```