Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Upgrade to kotlin 1.3 #44

Closed
mirceanis opened this issue Oct 30, 2018 · 1 comment
Closed

Upgrade to kotlin 1.3 #44

mirceanis opened this issue Oct 30, 2018 · 1 comment
Labels
incomplete-description The description of this issue is missing key details missing-test-scenario The story could use more details about how to test support Code cleanup

Comments

@mirceanis
Copy link
Member

Some big improvements have been made to the kotlin language, some of which are of great importance to this SDK.

Most notably:

  • coroutines are a stable API now
  • introduction of unsigned types (simplifies a lot of code for signer/hashing/encryption/encoding)
  • inline classes (can be more expressive and safer to work with primitive types or aliases)

All changes are documented here:
https://kotlinlang.org/docs/reference/whatsnew13.html

@mirceanis mirceanis added support Code cleanup incomplete-description The description of this issue is missing key details missing-test-scenario The story could use more details about how to test labels Oct 30, 2018
@mirceanis mirceanis added this to To do in uport-android-sdk via automation Oct 30, 2018
@mirceanis
Copy link
Member Author

this has been made obsolete by #55

uport-android-sdk automation moved this from To do to Done Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
incomplete-description The description of this issue is missing key details missing-test-scenario The story could use more details about how to test support Code cleanup
Projects
Development

No branches or pull requests

1 participant