feat: add basic text editor

This commit is contained in:
Matthieu Bessat 2024-01-29 09:54:28 +01:00
parent bbea101acd
commit a29ebe422f
6 changed files with 58 additions and 2 deletions

View file

@ -1,5 +1,6 @@
[versions]
agp = "8.2.0"
compose-markdown = "0.3.7"
kotlin = "1.9.21"
kotlinx-coroutines-android = "1.7.3"
compose-compiler = "1.5.6"
@ -11,6 +12,7 @@ navigation-compose = "2.7.6"
compose-bom = "2023.10.01"
material3 = "1.1.2"
org-eclipse-jgit = "6.8.0.202311291450-r"
twain = "0.2.2"
[libraries]
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
@ -21,8 +23,10 @@ androidx-material-ripple = { module = "androidx.compose.material:material-ripple
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
compose-markdown = { module = "com.github.jeziellago:compose-markdown", version.ref = "compose-markdown" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines-android" }
org-eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "org-eclipse-jgit" }
twain = { module = "com.meetup:twain", version.ref = "twain" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }