Skip to content

Commit b27ac95

Browse files
committed
Replace fragment ktx dependency
1 parent b2835dc commit b27ac95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samplekotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
// Add new dependencies
4141
implementation "io.getstream:stream-chat-android-ui-components:4.5.4"
4242
implementation 'io.coil-kt:coil:1.1.1'
43-
implementation "androidx.fragment:fragment-ktx:1.3.0"
43+
implementation "androidx.activity:activity-ktx:1.2.0"
4444

4545
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4646
implementation 'androidx.core:core-ktx:1.3.2'

0 commit comments

Comments
 (0)