AWS SDK Kotlin is installed but can not be found in project
Im building a REST API and part of it shall be handling media upload and download to and from AWS S3.
Since im using Kotlin with Maven, I added a dependency to AWS S3 SDK to my pom.xml file like this:
aws.sdk.kotlin
s3
0.16.0
Maven install went well and everything passes together with my tests etc.
Problem occurs when im trying to add S3Client to my code, the whole SDK is not found.
The library is found in dependency tab in my InteliJ IDEA, also as part of external libraries as...