Skip to content

Commit

Permalink
fix: Use buildDir again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 13, 2025
1 parent f958664 commit d5d3485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native-nitro-modules/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ tasks.register('prepareHeaders', Copy) {
from fileTree('./src/main/cpp').filter { it.isFile() }
from fileTree('../cpp/').filter { it.isFile() }
include "*.hpp"
def buildDir = project.layout.buildDirectory.toString()
into "${buildDir}/headers/nitromodules/NitroModules/"
into "${project.buildDir}/headers/nitromodules/NitroModules/"
includeEmptyDirs = false
}

Expand Down

0 comments on commit d5d3485

Please sign in to comment.