debop / koda-time

Joda Time and Java 8 Time Extensions for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.1.x has corrupted pom file

ktarasenko opened this issue · comments

Version of kotlin stdlib is missing in the pom file on jcenter. Version 1.0.0 works for me

<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
     <artifactId>kotlin-stdlib</artifactId>
     <scope>runtime</scope>
</dependency>

Kotlin stdlib version move fast. so we not defined specified stdlib version.
You can choose your stdlib version.

That's okay, but If pom file has dependency, it should also have version, otherwise pom file is mailformed and sync fails, at least for me.

@ktarasenko check out 1.1.3 please

Works for me. Thanks