Skip to content

Commit

Permalink
Fix compile-time failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartosdev committed Apr 11, 2024
1 parent f6061da commit a6bbadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion demos/appyx-navigation/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tasks.register<Copy>("wasmJsCopyResources") {
from("../common/src/commonMain/resources")

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

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

0 comments on commit a6bbadb

Please sign in to comment.