webberig commented on issue #1642:
URL: 
https://github.com/apache/cordova-android/issues/1642#issuecomment-2017997690

   When updating to the latest Firebase SDK versions, these require you to use 
Kotlin 1.9. After I added the `GradlePluginKotlinVersion` preference to my 
config.xml, build failed with following error:
   
   ```
   > Task :app:compileDebugKotlin FAILED
   e: 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.
   ```
   
   It seems that adding `kotlin-android-extensions` causes an error when using 
Kotlin 1.9, so a preference would be useless.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to