Moshi: Kotlin 1.3

Created on 31 Dec 2018  路  4Comments  路  Source: square/moshi

Hi!

Fist of all: thanks for your great work! I've really enjoyed using Moshi so far.

My question: are there any plans on upgrading to Kotlin version 1.3?

Most helpful comment

I'm having classpath problems, because of the kotlin-reflect 1.2 library which moshi includes that I somehow did not manage to resolve. I was just hoping that maybe there would be a release for 1.3 that would solve this problem.

All 4 comments

Is there anything in specific you need from Moshi updating to 1.3? We haven't implemented support for any experimental 1.3 features yet, but everything else should just work

I'm having classpath problems, because of the kotlin-reflect 1.2 library which moshi includes that I somehow did not manage to resolve. I was just hoping that maybe there would be a release for 1.3 that would solve this problem.

I have the same class path issue, please upgrade soonish.

You can force the use of kotlin-reflect 1.3 with a manual dependency to that version in modules using moshi-kotlin or with a Gradle resolution strategy that ensures all Kotlin artifacts in use are pinned to your desired version. In general, we never release libraries solely to update their transitive dependencies.

Was this page helpful?
0 / 5 - 0 ratings