Skip to content

Commit

Permalink
fix(cli): make Cordova plugins use same default kotlin version as Cap…
Browse files Browse the repository at this point in the history
…acitor (#7756)
  • Loading branch information
jcesarmobile authored Nov 11, 2024
1 parent dd068fe commit 96dde8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/android/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export async function handleCordovaPluginsGradle(
const kotlinNeeded = await kotlinNeededCheck(config, cordovaPlugins);
const kotlinVersionString =
config.app.extConfig.cordova?.preferences?.GradlePluginKotlinVersion ??
'1.8.20';
'1.9.10';
const frameworksArray: any[] = [];
let prefsArray: any[] = [];
const applyArray: any[] = [];
Expand Down

0 comments on commit 96dde8c

Please sign in to comment.