Skip to content

Commit

Permalink
Skip Metadata Version Check (#134)
Browse files Browse the repository at this point in the history
* add metadata version skip check

* version bump changes
  • Loading branch information
jumaallan authored Jan 3, 2025
1 parent 45bf2a8 commit f984bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes

## 10.3.2

* Fixed metadata version check to support versions below Kotlin 2.0
* Fixed document capture view on android to properly handle showInstructions and showConfirmation
screens

Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ android {
}
kotlinOptions {
jvmTarget = '17'
freeCompilerArgs += ['-Xskip-metadata-version-check'] // metadata version check skip flag
}

sourceSets {
Expand Down
1 change: 1 addition & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ android {

kotlinOptions {
jvmTarget = '17'
freeCompilerArgs += ['-Xskip-metadata-version-check']
}
}

0 comments on commit f984bf3

Please sign in to comment.