ionic-team / vscode-ionic

Visual Studio Code Ionic Extension
Other
11 stars 1 forks source link

official plugins cause app building to crash #215

Closed Bader-Idris closed 1 month ago

Bader-Idris commented 1 month ago

these two packages cause the Android studio building process to crash

"@capacitor/barcode-scanner": "^1.0.1",
"@capacitor/inappbrowser": "^1.0.2",

the crash message outputs a conflict with Kotlin versions

Unknown Kotlin JVM target: 21

The Android Studio version I use is the latest

dtarnawsky commented 1 month ago

This issue is unrelated to the VS Code extension and would be best sent over to: https://github.com/ionic-team/capacitor-plugins (note: you probably need to set the correct JDK version in Android studio).

Bader-Idris commented 1 month ago

I have sent it to them, and the JDK version is 22 or 23, so it's way higher than the required version