Skip to content

Commit

Permalink
remove kotlin-stdlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalMeghan committed Jan 5, 2024
1 parent 3b798f8 commit edd2f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TestingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ dependencies {
implementation "androidx.core:core-ktx:1.12.0"
implementation "com.google.android.material:material:1.10.0"
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22"

// Compose
implementation "androidx.compose.runtime:runtime"
Expand Down

0 comments on commit edd2f51

Please sign in to comment.