We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad9f64 + a355e95 commit b2835dcCopy full SHA for b2835dc
samplekotlin/build.gradle
@@ -8,7 +8,7 @@ android {
8
buildToolsVersion "30.0.2"
9
10
defaultConfig {
11
- applicationId "com.example.chattutorial0209"
+ applicationId "com.example.chattutorial"
12
minSdkVersion 21
13
targetSdkVersion 30
14
versionCode 1
@@ -40,6 +40,7 @@ dependencies {
40
// Add new dependencies
41
implementation "io.getstream:stream-chat-android-ui-components:4.5.4"
42
implementation 'io.coil-kt:coil:1.1.1'
43
+ implementation "androidx.fragment:fragment-ktx:1.3.0"
44
45
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
46
implementation 'androidx.core:core-ktx:1.3.2'
0 commit comments