-
Notifications
You must be signed in to change notification settings - Fork 111
Move workflow-runtime-android into android source set in workflow-runtime module. (2nd attempt) #1445
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
Conversation
|
1dda1a8 to
c836ba9
Compare
32407d5 to
c747ad6
Compare
c747ad6 to
4faa7b0
Compare
Commit d721fa8 includes a test that fails on purpose, and this CI build shows it failing and being reported in CI. |
4faa7b0 to
9ef267c
Compare
This comment was marked as resolved.
This comment was marked as resolved.
d721fa8 to
70e4088
Compare
This comment was marked as resolved.
This comment was marked as resolved.
70e4088 to
992f530
Compare
992f530 to
9357ffd
Compare
steve-the-edwards
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to make a new convention plugin for android-multiplatform that includes the android plugin.
| id("com.android.kotlin.multiplatform.library") | ||
| // This is our own convention plugin, not the standard one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ultimately we probably want to integrate this into our own android-multiplatform convention plugin. Is there a reason that is too difficult to do now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also realized we'd probably want to move it to a plugin, but I believe this is the only KMP module we have that targets android right now so I was thinking rule-of-three. The configuration is pretty straightforward so I don't think it should be too hard to clone the existing android one and modify it for KMP.
First attempt was #1370, but got reverted in #1378 due to it having broken something.
I need this in order to correctly consume Compose Multiplatform for the work migrating the runtime to compose (#1442).
This reverts commit 58c1d40.