henrikhorbovyi
07/25/2020, 5:24 AMandroid.useAndroidX=true
android.enableJetifier=true
To the gradle.properties, but it would impact imports in the entire project 😞
I've tried to add a gradle.properties for the specific module, but it didn't workgildor
07/25/2020, 5:52 AMitnoles
07/25/2020, 6:18 AMgildor
07/25/2020, 9:36 AMTimo Drick
07/25/2020, 10:55 AMhenrikhorbovyi
07/25/2020, 5:23 PMandroid.useAndroidX=true
android.enableJetifier=true
on a local gradle.properties, I've tried to do the same with my module, but as compose complains about it, and it say that the whole project must be androidxThis project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.