Open jmfayard opened 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
./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:
migrateToAndroidX
implementation
androidTestImplementation
Not a blocker for now, but for the 3.0 release, we should expand the feature that was developed for
./gradlew migrateToAndroidX
Code: https://github.com/LouisCAD/Splitties/blob/ffe99caf761e817453309deddf0f5958ae628f1f/plugin/src/main/kotlin/com/louiscad/splitties/MigrateAndroidxTask.kt#L88-L94
What would need to change:
migrateToAndroidX
implementation
orandroidTestImplementation
.