chore: fix IDE warnings
This commit is contained in:
parent
9c418e81af
commit
6069f2aa27
|
|
@ -120,7 +120,7 @@ dependencies {
|
|||
implementation "androidx.compose.ui:ui-tooling-preview"
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
|
||||
implementation 'androidx.activity:activity-compose:1.7.0'
|
||||
implementation 'androidx.activity:activity-compose:1.7.1'
|
||||
|
||||
// Accompanist - Jetpack Compose Extensions
|
||||
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ plugins {
|
|||
id 'com.mikepenz.aboutlibraries.plugin' version "10.5.2" apply false
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
tasks.register('clean', Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
Loading…
Reference in New Issue