Skip to content

Commit

Permalink
DOC: add corrrect kotlin version to troubleshooting (#1210)
Browse files Browse the repository at this point in the history
Co-authored-by: Remon <>
  • Loading branch information
remonh87 authored Apr 22, 2023
1 parent deddf04 commit 5bdbe30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ defaultConfig {
targetSdkVersion 31
```

#### Kotlin version must be at least 1.5.0
#### Kotlin version must be at least 1.8.0

Our plugin consists of Kotlin code and if you run an outdated version of Kotlin make sure you upgrade the version in your application's build.gradle file:

```groovy
buildscript {
ext.kotlin_version = '1.5.0'
ext.kotlin_version = '1.8.0'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 5bdbe30

Please sign in to comment.