thedarkcolour / KotlinForForge

Makes Kotlin forge-friendly.
GNU Lesser General Public License v2.1
194 stars 26 forks source link

v1.9.0 has incorrect version in Maven repo #13

Closed thebrightspark closed 3 years ago

thebrightspark commented 3 years ago

Trying to use v1.9.0 as a dependency in Gradle, but it seems you have the wrong version defined for it:

Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve thedarkcolour:kotlinforforge:1.9.0.
     Required by:
         project :
      > Could not resolve thedarkcolour:kotlinforforge:1.9.0.
         > inconsistent module metadata found. Descriptor: thedarkcolour:kotlinforforge:1.8.0 Errors: bad version: expected='1.9.0' found='1.8.0'