Skip to content

Commit

Permalink
Update Kotlin Version In Docs (#2536)
Browse files Browse the repository at this point in the history
#2535
After version `12.10.7` build will fail with
```
INF/java.com.google.android.libraries.play.billing.public.ktbilling_granule.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
```
Downgrading to `12.10.5` works with 1.6.0
  • Loading branch information
17Amir17 authored Sep 17, 2023
1 parent b58e5ff commit 67270e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ buildscript {
+ androidXAnnotation = "1.1.0"
+ androidXBrowser = "1.0.0"
+ minSdkVersion = 24
+ kotlinVersion = "1.6.0"
+ kotlinVersion = "1.8.0"
}
}

Expand Down

0 comments on commit 67270e0

Please sign in to comment.