We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9845f40 commit 457aefbCopy full SHA for 457aefb
example-app/android/app/capacitor.build.gradle
@@ -2,8 +2,8 @@
2
3
android {
4
compileOptions {
5
- sourceCompatibility JavaVersion.VERSION_17
6
- targetCompatibility JavaVersion.VERSION_17
+ sourceCompatibility JavaVersion.VERSION_21
+ targetCompatibility JavaVersion.VERSION_21
7
}
8
9
plugin/android/build.gradle
@@ -59,6 +59,10 @@ android {
59
60
61
62
+kotlin {
63
+ jvmToolchain(21)
64
+}
65
+
66
repositories {
67
maven {
68
url 'https://pkgs.dev.azure.com/OutSystemsRD/9e79bc5b-69b2-4476-9ca5-d67594972a52/_packaging/PublicArtifactRepository/maven/v1'
0 commit comments