Add Home
17
Home.md
Normal file
17
Home.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# migration-kt
|
||||||
|
|
||||||
|
`migration-kt` is a Kotlin library that enables code-based migrations.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:migration:1.1.1")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user