ansman/kotshi

kotlin-stdlib-jre7 is deprecated

Closed this issue · 8 comments

I get the following warning when building my project:

kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead

I ran ./gradlew :app:dependencies and noted that Kotshi is the only library I use that imports the deprecated Kotlin library.

You need to be using Kotlin 1.2.40 to see this deprecation warning.

Send a PR?

Sure, I can do that. It's just one line to change and I was assuming you can do it much faster than I can, given I need to clone the project, etc etc. However, no problem.

Fixed in #84

Fwiw, GitHub has a web editor (pencil icon) which I use frequently to make quick, single-file changes.

And that is just what I did! :) (I just had never done that before, outside editing readmes)

Any chance of a release to 1.0.4 so users can have this fix?

Released in 1.0.4

Thanks!