@@ -12,6 +12,8 @@ kotlin = "2.0.21"
1212kotlinxSerializationCore = " 1.9.0"
1313lifecycle = " 2.9.2"
1414lifecycleRuntimeKtx = " 2.8.7"
15+ material = " 1.12.0"
16+ webkit = " 1.14.0"
1517
1618[libraries ]
1719androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
@@ -32,11 +34,13 @@ androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit
3234androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
3335androidx-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
3436androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
37+ androidx-webkit = { module = " androidx.webkit:webkit" , version.ref = " webkit" }
3538compose-navigation = { group = " androidx.navigation" , name = " navigation-compose" , version.ref = " composeNavigation" }
3639firebase-ai = { module = " com.google.firebase:firebase-ai" }
3740firebase-bom = { module = " com.google.firebase:firebase-bom" , version.ref = " firebaseBom" }
3841junit = { group = " junit" , name = " junit" , version.ref = " junit" }
3942kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationCore" }
43+ material = { module = " com.google.android.material:material" , version.ref = " material" }
4044
4145[plugins ]
4246android-application = { id = " com.android.application" , version.ref = " agp" }
0 commit comments