Skip to content

Commit

Permalink
docs: explicitly ask for enabling the kotlin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edavism committed Dec 20, 2024
1 parent bcdfa4a commit 8560488
Show file tree
Hide file tree
Showing 3 changed files with 7,623 additions and 13,469 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ allprojects {
```

Also make sure that the kotlin plugin is applied, check the `android/app/build.gradle` file for something like:

```
apply plugin: 'kotlin-android'
```


If you are using jetifier please exclude the `jackson-core` package from it in the `android/gradle.properties` file

Expand Down
6 changes: 0 additions & 6 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ buildscript {
}
}

allprojects {
repositories {
maven { url 'https://dev.khipu.com/nexus/content/repositories/khenshin' }
}
}

apply plugin: "com.facebook.react.rootproject"
Loading

0 comments on commit 8560488

Please sign in to comment.