Fix/function with same name #34
@@ -3,6 +3,20 @@
|
|||||||
## Gradle
|
## Gradle
|
||||||
```kotlin
|
```kotlin
|
||||||
// build.gradle.kts
|
// build.gradle.kts
|
||||||
|
|
||||||
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
maven { url = uri("https://jitpack.io") }
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath("com.github.flecomte:postgres-json:+")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url = uri("https://jitpack.io") }
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.github.flecomte:postgres-json:+")
|
implementation("com.github.flecomte:postgres-json:+")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user