Seems like my little old project is no longer even...
# kotless
k
Seems like my little old project is no longer even buildable, while using latest version of Kotless, due to missing dependency sad panda
Copy code
Could not find aws-3.14.1-0.1.4.jar (io.terraformkt.providers:aws:3.14.1-0.1.4).
     Searched in the following locations:
         <https://plugins.gradle.org/m2/io/terraformkt/providers/aws/3.14.1-0.1.4/aws-3.14.1-0.1.4.jar>
By any chance, doesn't anyone have it in their local maven repo?
a
io.terraformkt was hosted on JCenter https://mvnrepository.com/artifact/io.terraformkt.providers/aws/3.14.1-0.1.4 This might be the source code? But it also looks like a fork. https://github.com/TanVD/terraform.kt Try this repository instead: https://packages.jetbrains.team/maven/p/ktls/maven
k
JCenter is shut down now, it redirects to https://repo1.maven.org/maven2/ and the artifact is not there. I found the source code too, but I got trapped by other dependencies of the plugin and I wasn't able to build anything useful before I lost my patience. I'll rather spent the effort into migration out of kotless 😞 Not sure where to yet, probably I'll just built a fat jar and I'll redeploy it to aws manually
a
most likely if you went through TanVD's project and found all repositories and added them to your project it would work https://github.com/search?q=repo%3ATanVD%2Fterraform.kt%20repositories&amp;type=code But I think Kotless is unmaintained, so migration makes sense
👍 1