Releases for Kotlin 1.0.0 are being done today, t...
# jackson-kotlin
a
Releases for Kotlin 1.0.0 are being done today, temporary releases are in the EAP repository as follows, and will be in Maven Central hopefully tonight: Pick the release matching your Jackson primary version:
2.5.5-2
,
2.6.5-2
,
2.7.1-1
Copy code
repositories {
    maven {
        url  "<http://dl.bintray.com/jaysonminard/kohesive>" 
    }
}