Compare commits
No commits in common. "renovate/kotlin-monorepo" and "main" have entirely different histories.
renovate/k
...
main
@ -112,5 +112,5 @@ flutter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0-RC")
|
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ pluginManagement {
|
|||||||
plugins {
|
plugins {
|
||||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||||
id "com.android.application" version "8.4.2" apply false
|
id "com.android.application" version "8.4.2" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "2.1.0-RC" apply false
|
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include ":app"
|
include ":app"
|
||||||
|
Loading…
Reference in New Issue
Block a user