Skip to content

Commit a894749

Browse files
authored
fix(android): remove kotlin-bom dependency (#8237)
1 parent b4b5532 commit a894749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/capacitor/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ext {
1313

1414

1515
buildscript {
16-
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '2.2.20'
1716
repositories {
1817
google()
1918
mavenCentral()
@@ -79,7 +78,6 @@ repositories {
7978

8079
dependencies {
8180
implementation fileTree(dir: 'libs', include: ['*.jar'])
82-
implementation platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version")
8381
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
8482
implementation "androidx.core:core:$androidxCoreVersion"
8583
implementation "androidx.activity:activity:$androidxActivityVersion"

0 commit comments

Comments
 (0)