build: remove unnecessary deps

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-11 23:10:58 +05:30
parent e3301801b7
commit 67a8826d24
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 13 deletions

View file

@ -15,9 +15,7 @@ android {
}
}
buildFeatures {
compose true
}
buildFeatures.compose = true
composeOptions {
kotlinCompilerVersion "${kotlin_version}"
@ -49,7 +47,5 @@ dependencies {
implementation "androidx.ui:ui-tooling:$compose_version"
implementation 'com.google.android.material:material:1.3.0-alpha02'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation "androidx.ui:ui-test:$compose_version"
}