fix stdlib warning

This commit is contained in:
Kevin Hester 2021-06-10 10:14:45 -07:00
parent f00fe5c441
commit e0bbbb3c14
2 changed files with 1 additions and 2 deletions

View file

@ -116,7 +116,6 @@ dependencies {
def room_version = '2.3.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.5.0'
implementation 'androidx.fragment:fragment-ktx:1.3.4'