Heyy I'm trying run my kotless project after addin...
# kotless
a
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
For now we require jcenter repo :)
a
Sure, Thank you 🙂