File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77
88 dependencies {
99 classpath " com.android.tools.build:gradle:8.9.2"
10- classpath ' org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 ' // version should be the same as in kotlinVersion
10+ classpath ' org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 ' // version should be the same as in kotlinVersion
1111 }
1212}
1313
@@ -143,11 +143,12 @@ dependencies {
143143 implementation " com.facebook.react:react-native:+"
144144
145145 implementation " com.github.abdallahmehiz:seeker:2.0.1"
146- implementation platform(' androidx.compose:compose-bom:2025.03.01' )
147- implementation ' androidx.compose.ui:ui'
146+ // implementation platform('androidx.compose:compose-bom:2025.04.01')
147+ // implementation 'androidx.compose.ui:ui'
148+ implementation " androidx.compose.foundation:foundation-android:1.8.0"
149+ implementation " androidx.compose.ui:ui-android:1.8.0"
150+ implementation " androidx.compose.material3:material3-android:1.3.2"
148151 implementation ' androidx.compose.material3:material3'
149- // implementation 'androidx.compose.ui:ui-graphics'
150- // implementation 'androidx.compose.ui:ui-tooling-preview'
151152
152153 // Add a dependency on NitroModules
153154 implementation project(" :react-native-nitro-modules" )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616 classpath(" com.facebook.react:react-native-gradle-plugin" )
1717 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
1818 // noinspection GradleDependency
19- classpath ' org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 ' // version should be the same as in kotlinVersion
19+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
2020 }
2121}
2222
You can’t perform that action at this time.
0 commit comments