This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" com.android.application" )
3
3
id(" org.jetbrains.kotlin.android" )
4
- id(" com.apollographql.apollo3" ).version(" 3.8.4" )
4
+ id(" com.apollographql.apollo3" )
5
+ id(" org.jetbrains.kotlin.plugin.compose" )
5
6
}
6
7
7
8
android {
@@ -40,16 +41,13 @@ android {
40
41
buildFeatures {
41
42
compose = true
42
43
}
43
- composeOptions {
44
- kotlinCompilerExtensionVersion = " 1.5.10"
45
- }
46
44
}
47
45
48
46
dependencies {
49
47
implementation(" androidx.core:core-ktx:1.12.0" )
50
48
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
51
49
implementation(" androidx.activity:activity-compose:1.8.2" )
52
- implementation(platform(" androidx.compose:compose-bom:2024.02.02 " ))
50
+ implementation(platform(" androidx.compose:compose-bom:2024.05.00 " ))
53
51
implementation(" androidx.compose.ui:ui" )
54
52
implementation(" androidx.compose.ui:ui-graphics" )
55
53
implementation(" androidx.compose.ui:ui-tooling-preview" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
3
id(" com.android.application" ) version " 8.3.0" apply false
4
- id(" org.jetbrains.kotlin.android" ) version " 1.9.22" apply false
4
+ id(" org.jetbrains.kotlin.android" ) version " 2.0.0" apply false
5
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.0" apply false
6
+ id(" com.apollographql.apollo3" ) version " 3.8.4" apply false
5
7
}
You can’t perform that action at this time.
0 commit comments