-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Usally capacitor 8 is used kotlin_version : '2.2.20'. But while install and trying to take a release build, it threw an error .
I can fixed it like below
Remove the kotlin old version and add two more line
node_modules\onesignal-cordova-plugin\plugin.xml in this file
<!-- <framework src="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10" /> -->
<framework src="com.fasterxml.jackson.core:jackson-core:2.17.2" />
<framework src="com.google.auto.value:auto-value-annotations:1.11.0" scope="provided"/>
I have to create a hook for solving this issue. Please check and fix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels