Commit f1fd63b
authored
fix: remove not supported plugin 'kotlin-android-extensions' in build.gradle
kotlin-android-extensions
```
The Android extensions ('kotlin-android-extensions') compiler plugin is no longer supported. Please use kotlin parcelize and view binding. More information: https://goo.gle/kotlin-android-extensions-deprecation FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':xmartlabs_react-native-line:compileDebugKotlin'.
```1 parent f85eaa1 commit f1fd63b
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
| 55 | + | |
0 commit comments