Adds backend module, tests for /version and /conversations (not real tests yet)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user