Skip to content

Commit

Permalink
MISC: remove expect-actual classes warnings (#4217)
Browse files Browse the repository at this point in the history
  • Loading branch information
eakurnikov authored Jan 16, 2025
1 parent c465eb6 commit af7c6a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kotlin/wallet-core-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ kotlin {
}
}
}

compilerOptions {
freeCompilerArgs.add("-Xexpect-actual-classes")
}
}

android {
Expand Down

0 comments on commit af7c6a5

Please sign in to comment.