diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 1b5e83c..2590bdd 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -19,7 +19,7 @@ apply from: '../build.dependencies.gradle' apply plugin: 'kotlin-android' kotlin { - jvmToolchain(17) + jvmToolchain(21) } android {