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

feat: Make modules truly Multiplatform by moving to commonMain #40

Merged
merged 7 commits into from
Jan 30, 2022

Conversation

DevSrSouza
Copy link
Collaborator

This PR is a continuation from @programadorthi works on branch feat/core-multiplatform-common.

This PR moves the following modules to commonMain:

  • core
  • navigator
  • tab-navigator
  • transitions
  • bottom-sheet-navigator

Comment on lines +13 to +14
internal fun Screen.commonKeyGeneration() =
this::class.qualifiedName ?: error("Default ScreenKey not found, please provide your own key")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was required because Kotlin currently does not support default implementation on expect classes. You can follow issue here https://youtrack.jetbrains.com/issue/KT-20427

@DevSrSouza DevSrSouza force-pushed the feat/multiplatform-common branch from 08cdb75 to 1cb857a Compare January 30, 2022 18:13
@adrielcafe
Copy link
Owner

Thanks!

@adrielcafe adrielcafe merged commit 8ba2248 into adrielcafe:main Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants