-
Notifications
You must be signed in to change notification settings - Fork 967
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
Kotlin MPP #338
Comments
@JakeWharton are you open to contributions, or are you going to handle this yourself? |
Contributions are fine, but I want to try to evolve the MPP API while keeping the Android one backwards/binary compatible. So small, targeted PRs are a good start. For instance even just starting with a JVM artifact so we don't have to tweak anything with CI. |
I was thinking of moving the core functionality to common Kotlin to start. Would that break ABI compatibility? |
As a first step I would just put an empty |
@JakeWharton Do you have plans to support KMM? With the release of Compose for iOS, demand is expected to increase. |
Since we're only publishing SNAPSHOT this should be fine. And you can always fall back to the individual artifacts if your Gradle metadata version significantly skews.Tracking MPP version of Kotlin library.
The text was updated successfully, but these errors were encountered: