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 AMgildor
07/25/2020, 5:54 AMgildor
07/25/2020, 5:55 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 PMhenrikhorbovyi
07/25/2020, 5:27 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 androidxhenrikhorbovyi
07/25/2020, 5:31 PMhenrikhorbovyi
07/25/2020, 5:31 PMhenrikhorbovyi
07/25/2020, 5:32 PMThis project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.