Skip to content

Commit

Permalink
Merge pull request #690 from manuel-martos/2.x-embedded-samples-missi…
Browse files Browse the repository at this point in the history
…ng-resources

2.x embedded samples missing resources
  • Loading branch information
manuel-martos authored Apr 11, 2024
2 parents c4a43d5 + a6bbadb commit b226751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/appyx-navigation/ios/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.register<Copy>("copyResources") {
from("../common/src/commonMain/resources")

// Output for iOS resources
into("$buildDir/compose/ios/ios/compose-resources")
into("${layout.buildDirectory.get().asFile}/compose/ios/ios/compose-resources")

include("**/*")
}
Expand Down
4 changes: 2 additions & 2 deletions demos/appyx-navigation/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks.register<Copy>("jsCopyResources") {
from("../common/src/commonMain/resources")

// Output for web resources
into("${layout.buildDirectory}/processedResources/js/main")
into("${layout.buildDirectory.get().asFile}/processedResources/js/main")

include("**/*")
}
Expand All @@ -78,7 +78,7 @@ tasks.register<Copy>("wasmJsCopyResources") {
from("../common/src/commonMain/resources")

// Output for web resources
into("${layout.buildDirectory}/processedResources/wasmJs/main")
into("${layout.buildDirectory.get().asFile}/processedResources/wasmJs/main")

include("**/*")
}
Expand Down

0 comments on commit b226751

Please sign in to comment.