Skip to content

Commit d3cb3f1

Browse files
authored
Merge pull request #42 from GetStream/replace-fragment-ktx-dependency
Replace fragment ktx dependency
2 parents b2835dc + b27ac95 commit d3cb3f1

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)