<@U0B9S0W2D> you can try this version, staged on B...
# jackson-kotlin
a
@danny you can try this version, staged on BinTray (and eventually will be in 2.8.3 official release):
Copy code
compile 'com.fasterxml.jackson.module:jackson-module-kotlin:2.8.2-CACHING-03'
and you must have the bintray repo added:
Copy code
repositories {
    maven {
        url  "<http://dl.bintray.com/jaysonminard/kohesive>" 
    }
}
If maven instead of Gradle, you can find help at: https://bintray.com/jaysonminard/kohesive/jackson-module-kotlin/2.8.2-CACHING-03