Skip to content

Commit 96dde8c

Browse files
authored
fix(cli): make Cordova plugins use same default kotlin version as Capacitor (#7756)
1 parent dd068fe commit 96dde8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/android/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export async function handleCordovaPluginsGradle(
302302
const kotlinNeeded = await kotlinNeededCheck(config, cordovaPlugins);
303303
const kotlinVersionString =
304304
config.app.extConfig.cordova?.preferences?.GradlePluginKotlinVersion ??
305-
'1.8.20';
305+
'1.9.10';
306306
const frameworksArray: any[] = [];
307307
let prefsArray: any[] = [];
308308
const applyArray: any[] = [];

0 commit comments

Comments
 (0)