Skip to content

Commit

Permalink
Export CommonComponentsDependencies.resources to be able to use KMP r…
Browse files Browse the repository at this point in the history
…esources in iOS
  • Loading branch information
takahirom committed Jul 31, 2024
1 parent f3ddce5 commit 8395405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-ios-shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.jetbrains.compose.ComposePlugin.CommonComponentsDependencies
import org.jetbrains.kotlin.gradle.plugin.mpp.BitcodeEmbeddingMode
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
Expand Down Expand Up @@ -41,6 +42,7 @@ kotlin {
export(projects.feature.contributors)
export(projects.core.model)
export(projects.core.data)
export(CommonComponentsDependencies.resources)
}
}
}
Expand Down

0 comments on commit 8395405

Please sign in to comment.