Kottle

Kottle

3M Downloads

Gradle dependency no longer recognizes kottle

AlexCouch opened this issue ยท 10 comments

commented

I am just wondering if you changed the way you use kottle as a dependency. Your readme hasn't been updated since 1.0.6 so did you get a maven or something?

commented

Hey. No, I did not change anything, though readme is a bit outdated.

commented

Hi!, having the same issue as above,
When compiling I get
Execution failed for task ':compileKotlin'.

Could not resolve all files for configuration ':compileClasspath'.
Could not find kottle:Kottle:1.1.1.
(I am using 1.1.1 as on Curse it shows as the compatible version with 1.14, however I also tried other versions with the same result)

commented

@Trxnce Hi. I'll look into it later today.

commented

@AlexCouch, @Trxnce,

So I just tried it with this gradle config and it worked perfectly.

Could you show me your config you're having problems with?

commented

Hi, using the gradle config you posted seems to of fixed the issue and Minecraft now compiles and launches, appreciate the help

commented

Hi, any updates on this?

commented

@Trxnce Please, provide your gradle config so I can reproduce it. Thanks in advance.

commented

Hi, sorry mate but I deleted the old file when I got the new one working, one thing I noted I was missing from the one you posted was

repositories {
maven { url 'https://minecraft.curseforge.com/api/maven/' }
mavenCentral()
}

Once I added that it seems to work, the gradle config I used before was extremely similar to the one on the readme, just with the group and archive name specified

commented

@Trxnce No problem.
@AlexCouch Has this resolved your issue too?

commented

Yes, it was just a simple maven script issue thank you.