app: implement first draft of lobste.rs UI

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-23 03:29:21 +05:30
parent 6e4a9c6a73
commit 63f5bea155
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 147 additions and 20 deletions

View file

@ -38,6 +38,7 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation(project(":data"))
implementation(project(":lobsters-api"))
implementation(project(":model"))
implementation 'androidx.core:core-ktx:1.5.0-alpha03'
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
implementation "androidx.compose.foundation:foundation:$compose_version"