wip: feat: add formated text display

This commit is contained in:
2025-06-05 00:34:26 +03:00
parent 26417b8072
commit 7a2567f019
3 changed files with 237 additions and 5 deletions
+2
View File
@@ -1,6 +1,7 @@
[versions]
agp = "8.7.3"
coil = "3.1.0"
jsoup = "1.20.1"
kotlin = "2.0.21"
coreKtx = "1.15.0"
junit = "4.13.2"
@@ -28,6 +29,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coil" }
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }