File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
55plugins {
66 id(" com.android.application" )
7- id(" kotlin-android" )
87 id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.3.0"
98}
109
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath(" com.android.tools.build:gradle:8.13.2 " )
7+ classpath(" com.android.tools.build:gradle:9.0.0 " )
88 classpath(" com.github.dcendents:android-maven-gradle-plugin:2.1" )
99 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0" )
1010 }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import java.net.URI
55plugins {
66 id(" com.android.library" )
77 id(" maven-publish" )
8- id(" kotlin-android" )
98 id(" com.vanniktech.maven.publish" ) version " 0.36.0"
109}
1110
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import java.net.URI
55plugins {
66 id(" com.android.library" )
77 id(" maven-publish" )
8- id(" kotlin-android" )
9- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0"
8+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.3.0"
109 id(" com.vanniktech.maven.publish" ) version " 0.34.0"
1110}
1211
You can’t perform that action at this time.
0 commit comments