Skip to content

Commit

Permalink
Update path to built native libaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton committed Apr 22, 2024
1 parent 5672d49 commit 8bd07dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ subprojects {
systemProperty("com.bloomberg.selekt.can_use_load", true)
systemProperty(
"com.bloomberg.selekt.library_path",
layout.buildDirectory.dir("intermediates/assets/debugUnitTest").get().asFile.toString()
layout.buildDirectory.dir("intermediates/assets/debugUnitTest/mergeDebugUnitTestAssets").get()
.asFile.toString()
)
}
tasks.withType<KotlinCompile>().configureEach {
Expand Down

0 comments on commit 8bd07dd

Please sign in to comment.