LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.
https://splitties.louiscad.com
Apache License 2.0
2.53k stars 159 forks source link

./gradlew migrateToSplitties #222

Open jmfayard opened 5 years ago

jmfayard commented 5 years ago

Not a blocker for now, but for the 3.0 release, we should expand the feature that was developed for ./gradlew migrateToAndroidX

## Your turn: add the AndroidX libraries to app/build.gradle

// app/build.gradle
dependencies {
    implementation(AndroidX.legacy.supportV4)
    implementation(AndroidX.legacy.supportV13)
    implementation(AndroidX.cardView)
    implementation(AndroidX.appCompat)
}

Code: https://github.com/LouisCAD/Splitties/blob/ffe99caf761e817453309deddf0f5958ae628f1f/plugin/src/main/kotlin/com/louiscad/splitties/MigrateAndroidxTask.kt#L88-L94

What would need to change: