Skip to content

Commit 8fd23bf

Browse files
⬇️ downgrade required stdlib to 1.4
1 parent a5dbded commit 8fd23bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66

77
repositories {
88
mavenCentral()
9-
109
maven { url = uri("https://jitpack.io") }
1110
}
1211

@@ -15,11 +14,9 @@ kotlin {
1514
}
1615

1716
dependencies {
18-
implementation(kotlin("stdlib"))
19-
implementation(kotlin("reflect"))
17+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.32")
2018

2119
api("software.amazon.awssdk:dynamodb-enhanced:2.20.86+")
22-
implementation("software.amazon.awssdk:aws-crt-client:2.20.86+")
2320

2421
testImplementation(kotlin("test"))
2522
testImplementation("io.kotest:kotest-assertions-core-jvm:5.6.2")

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
kotlin.code.style=official
1+
kotlin.code.style=official
2+
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)