https://kotlinlang.org logo
#kotless
Title
# kotless
a

Ajay Puli

06/22/2021, 3:18 PM
Heyy I'm trying run my kotless project after adding the AWS dependency (similar to github example repo) But It is showing this error
Copy code
Execution failed for task ':local'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not find io.kotless:kotless-lang-aws:0.1.7-beta-5.
     Searched in the following locations:
       - <https://dl.google.com/dl/android/maven2/io/kotless/kotless-lang-aws/0.1.7-beta-5/kotless-lang-aws-0.1.7-beta-5.pom>
       - <https://repo.maven.apache.org/maven2/io/kotless/kotless-lang-aws/0.1.7-beta-5/kotless-lang-aws-0.1.7-beta-5.pom>
       - <https://jcenter.bintray.com/io/kotless/kotless-lang-aws/0.1.7-beta-5/kotless-lang-aws-0.1.7-beta-5.pom>
       - <https://maven.springframework.org/release/io/kotless/kotless-lang-aws/0.1.7-beta-5/kotless-lang-aws-0.1.7-beta-5.pom>
       - <https://maven.restlet.com/io/kotless/kotless-lang-aws/0.1.7-beta-5/kotless-lang-aws-0.1.7-beta-5.pom>
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib/kotless-lang-aws-0.1.7-beta-5.jar
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib/kotless-lang-aws.jar
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib1/kotless-lang-aws-0.1.7-beta-5.jar
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib1/kotless-lang-aws.jar
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib2/kotless-lang-aws-0.1.7-beta-5.jar
       - file:/Users/puliajay/Documents/kotlin_backend/Sample_Kotless/lib2/kotless-lang-aws.jar
     Required by:
         project :
Please tell me how to resolve this error.
t

TanVD

06/24/2021, 8:47 PM
For now we require jcenter repo :)
a

Ajay Puli

06/25/2021, 9:48 AM
Sure, Thank you 🙂
4 Views