There was an error while loading. Please reload this page.
1 parent a770d65 commit 80d5072Copy full SHA for 80d5072
1 file changed
examples/app/build.gradle.kts
@@ -43,8 +43,8 @@ jextract.libraries {
43
sourceSets.main {
44
jextract.libraries.addLater(hello)
45
jextract.libraries.all {
46
- jmod.headers.srcDirs(configurations[name + "HeaderDirectories"])
47
- jmod.binaries.srcDirs(configurations[name + "LibraryPath"])
+ jmod.headers.from(configurations[name + "HeaderDirectories"])
+ jmod.binaries.from(configurations[name + "LibraryPath"])
48
}
49
50
0 commit comments