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

Support multiplatform #24

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

Martmists-GH
Copy link
Contributor

Guidelines

(Partially) fixes #23
Code has been updated to Compose 1.5.3 and gradle has been set up to support Kotlin Multiplatform (currently only Android+JVM, but JS should be possible too)

I'm unfamiliar with the groovy syntax and how to set up publishing, so I had to disable it to get gradle to sync.

Types of changes

What types of changes does your code introduce?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Signed-off-by: Martmists <martmists@gmail.com>
Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

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

Hey @Martmists-GH,
This is a very amazing contribution. All looks good to me!

I'm just wondering if we can support iOS as well. Can't we also place all the orbital codes inside commomMain and target Apple/iOS?

@skydoves
Copy link
Owner

skydoves commented Nov 7, 2023

I just realized all those codes are already located in the commonMain 😄 Let me tweak them to support ios/MacOS as well and configure maven publications.

@skydoves skydoves self-requested a review November 7, 2023 14:30
@skydoves skydoves merged commit c46c681 into skydoves:main Nov 7, 2023
0 of 3 checks passed
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.

Compose Multiplatform support
2 participants