Kohesive library and Jackson module releases: (th...
# eap
a
Kohesive library and Jackson module releases: (this pos will be edited as different libraries are released) Injekt is available in bintray as release
1.12.0-RC-1017
Klutter
0.13-RC-1017
Jackson Kotlin Module
2.5.5-RC-1017
,
2.6.5-RC-1017
and
2.7.0-RC-1017
Kovert
0.10-RC-1017
For any of these you need this repo added to your build until we are allowed to publish on maven central:
Copy code
repositories {
    maven {
        url  "<http://dl.bintray.com/jaysonminard/kohesive>" 
    }
}
And for: Kovenant library, version
3.0.0-rc.01017
with this repo:
Copy code
repositories {
    maven {
        url  "<http://dl.bintray.com/mplatvoet/komponents>" 
    }
}