uport-project / kotlin-did-jwt

Create and verify uPort and DID compliant JWTs in Kotlin
https://developer.uport.me
Apache License 2.0
8 stars 6 forks source link

Upgrade kotlin serialization #48

Open friedger opened 3 years ago

friedger commented 3 years ago

The package for serialization has changed to org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1

Having both the json (new package) and the runtime (user by this project) library in the project causes the compiler to fail with NullPointerException

mirceanis commented 3 years ago

Thanks for flagging this. Would you be willing to contribute a fix?

friedger commented 3 years ago

A first update is here: https://github.com/uport-project/kotlin-common/pull/12 Could you please review it an make a release?

mirceanis commented 3 years ago

A first update is here: uport-project/kotlin-common#12 Could you please review it an make a release?

done. you should be able to upgrade to kotlin-common@0.4.4 to include your fixes.