-
Notifications
You must be signed in to change notification settings - Fork 0
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
[KMM] Add PlatformSpecificCheckboxView to demonstrate usage of compose-swift-bridge plugin #31
base: main
Are you sure you want to change the base?
Conversation
…e-swift-bridge plugin
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.
😍
...poseMultiplatform/Sources/SampleComposeMultiplatform/PlatformSpecificView/CheckboxView.swift
Outdated
Show resolved
Hide resolved
@@ -30,3 +35,45 @@ dependencies { | |||
|
|||
ktlintRuleset(libs.ktlint.composeRules) | |||
} | |||
|
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.
Thinking about it, could the whole CSB configuration be extracted to its own convention plugin?
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.
Yeah, I wanted to try it as well, since it's a lot of ugly code 😄
7b9f414
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.
Nice 🥳
1477564
to
77d90cb
Compare
📝 Description
💡 What’s new?
😶 What’s missing?
📚 References