We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa42335 + 29e591d commit 46921ebCopy full SHA for 46921eb
AutoFitTextViewSample/build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
implementation 'androidx.appcompat:appcompat:1.0.2'
42
implementation 'androidx.recyclerview:recyclerview:1.0.0'
43
implementation project(':AutoFitTextViewLibrary')
44
- compile "androidx.core:core-ktx:1.0.1"
+ implementation 'androidx.core:core-ktx:1.0.1'
45
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
46
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
47
}
0 commit comments