Skip to content

Commit 98df5f3

Browse files
author
Nick Rout
committed
Use regular Kotlin stdlib dependency
1 parent 291b535 commit 98df5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialThemeBuilder/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
3131

3232
// Kotlin
33-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
33+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3434

3535
// AndroidX
3636
implementation 'androidx.appcompat:appcompat:1.2.0'

0 commit comments

Comments
 (0)