Skip to content

Commit

Permalink
Add watchOS target support for krossbow-stomp-kxserialization
Browse files Browse the repository at this point in the history
Resolves:
#193
  • Loading branch information
joffrey-bion committed Mar 28, 2022
1 parent 2a40a39 commit 9e0bb75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions krossbow-stomp-kxserialization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ kotlin {
nodejs()
browser()
}
ios()
iosSimulatorArm64()
setupNativeTargets()

sourceSets {
all {
Expand Down

2 comments on commit 9e0bb75

@remy-bardou-lifeonair
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you'll also want to include setupNativeSourceSets() in the sourceSets block! (although I guess it's not 100% required until we start having specific Darwin implementations in this module)

@joffrey-bion
Copy link
Owner Author

@joffrey-bion joffrey-bion commented on 9e0bb75 Mar 29, 2022

Choose a reason for hiding this comment

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

Yeah thanks for noticing. I saw that when I wrote it, but since this module is fully common and is unlikely to ever need platform-specific source sets, I didn't bother at the moment

Please sign in to comment.