Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework StringDesc to interface #71

Merged
merged 4 commits into from
May 5, 2020
Merged

Conversation

Alex009
Copy link
Member

@Alex009 Alex009 commented May 4, 2020

now StringDesc is expect interface and all old sealed classes moved to extension functions of StringDesc.Companion.

migration from old version:

  1. autoreplace import dev.icerock.moko.resources.desc.StringDesc to import dev.icerock.moko.resources.desc.*
  2. optimize imports (to remove duplicates and star import)

@Alex009 Alex009 added this to the 0.10.0 milestone May 4, 2020
@Alex009 Alex009 self-assigned this May 4, 2020
@Alex009 Alex009 linked an issue May 4, 2020 that may be closed by this pull request
# Conflicts:
#	sample/mpp-library/src/commonMain/kotlin/com/icerockdev/library/Testing.kt
@Alex009 Alex009 merged commit 73976c7 into develop May 5, 2020
@Alex009 Alex009 deleted the #62-stringdesc-extension branch May 5, 2020 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a StringDesc type that is a wrapper transform
2 participants