CRamsan
10/10/2019, 2:43 AMkotlin {
jvm("jvm") {
dependencies {
implementation platform("software.amazon.awssdk:bom:2.5.29")
implementation "software.amazon.awssdk:dynamodb"
}
}
And I can see the jar in my gradle cache but it is not found in my project. I assume it was not added to the buildpath. Does someone have suggestion onto how to proceed.