Skip to content

Commit

Permalink
Support library consumers with lower Kotlin version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasSmicius authored Aug 23, 2023
1 parent bc6b105 commit 969596b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ android {
buildTypes {
kotlinOptions {
freeCompilerArgs = listOf("-Xopt-in=kotlin.contracts.ExperimentalContracts")
apiVersion = "1.5"
languageVersion = "1.5"
}
}
buildFeatures {
Expand Down

0 comments on commit 969596b

Please sign in to comment.