We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dbded commit 8fd23bfCopy full SHA for 8fd23bf
build.gradle.kts
@@ -6,7 +6,6 @@ plugins {
6
7
repositories {
8
mavenCentral()
9
-
10
maven { url = uri("https://jitpack.io") }
11
}
12
@@ -15,11 +14,9 @@ kotlin {
15
14
16
17
dependencies {
18
- implementation(kotlin("stdlib"))
19
- implementation(kotlin("reflect"))
+ implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.32")
20
21
api("software.amazon.awssdk:dynamodb-enhanced:2.20.86+")
22
- implementation("software.amazon.awssdk:aws-crt-client:2.20.86+")
23
24
testImplementation(kotlin("test"))
25
testImplementation("io.kotest:kotest-assertions-core-jvm:5.6.2")
gradle.properties
@@ -1 +1,2 @@
1
-kotlin.code.style=official
+kotlin.code.style=official
2
+kotlin.stdlib.default.dependency=false
0 commit comments