Private
Public Access
1
0

Adds backend module, tests for /version and /conversations (not real tests yet)

This commit is contained in:
2023-08-06 12:27:58 -07:00
parent 16148949c8
commit 2e9b62b654
17 changed files with 218 additions and 4 deletions

View File

@@ -48,6 +48,10 @@ android {
dependencies {
implementation 'androidx.compose.material3:material3:1.1.1'
implementation 'androidx.core:core-ktx:+'
// Kordophone lib
implementation project(':backend')
// Navigation
def nav_version = "2.5.3"
@@ -76,7 +80,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
implementation 'androidx.compose.material:material:1.1.1'
implementation 'androidx.compose.foundation:foundation:$compose_ui_version'
implementation "androidx.compose.foundation:foundation:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"