https://kotlinlang.org logo
#jackson-kotlin
Title
# jackson-kotlin
s

Steven McLaughlin

12/13/2018, 3:27 PM
Hey, this may be a silly question, but is there an updated jackson version for kotlin 1.3? My program is working correctly, but I'm getting an annoying warning about having multiple versions for jars (I think for kotlin-reflecT). Do I need to add some additional config in my gradle file?
I can add
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
to my gradle config, but I was wondering if there was a version of jackson that came with the newer version bundled in