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 b4b5532 commit a894749Copy full SHA for a894749
android/capacitor/build.gradle
@@ -13,7 +13,6 @@ ext {
13
14
15
buildscript {
16
- ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '2.2.20'
17
repositories {
18
google()
19
mavenCentral()
@@ -79,7 +78,6 @@ repositories {
79
78
80
dependencies {
81
implementation fileTree(dir: 'libs', include: ['*.jar'])
82
- implementation platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version")
83
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
84
implementation "androidx.core:core:$androidxCoreVersion"
85
implementation "androidx.activity:activity:$androidxActivityVersion"
0 commit comments