Skip to content

Commit

Permalink
fix: improve build gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Apr 25, 2024
1 parent 9980325 commit ee64f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions apollo/build.ed25519bip32.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ tasks {
}

afterEvaluate {
tasks.getByName("compileKotlinIosArm64").dependsOn(buildEd25519Bip32Task)
tasks.getByName("mergeDebugJniLibFolders").dependsOn(buildEd25519Bip32Task)
tasks.getByName("packageDebugResources").dependsOn(buildEd25519Bip32Task)
tasks.getByName("extractDeepLinksForAarDebug").dependsOn(buildEd25519Bip32Task)
Expand Down
5 changes: 5 additions & 0 deletions apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ kotlin {
.resolve("nativeMain")
.resolve("kotlin")
)

}

all {
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
}
}

Expand Down

0 comments on commit ee64f52

Please sign in to comment.