Skip to content

Commit

Permalink
Add Apple targets for color module (#143)
Browse files Browse the repository at this point in the history
Phoenix7351 authored Jun 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3558000 commit 572a4e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion color/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -17,8 +17,10 @@ kotlin {

jvm()
js().browser()
macosArm64()

macosX64()
macosArm64()
iosArm64()

sourceSets {
val commonTest by getting {

0 comments on commit 572a4e3

Please sign in to comment.