android-studio-portable icon indicating copy to clipboard operation
android-studio-portable copied to clipboard

Unable to compile my project using Gradle 7.4

Open LamraniOthmane opened this issue 3 years ago • 0 comments

Hello Team,

First of al thank you for your great work in order to save our lives !

Android Studio 4.2 is working properly for my projects runnning under Gradle 4. While using Gradle 7.4, I got this error:

Can't convert 'UNIFIED_TEST_PLATFORM' to enum type 'BooleanFlag' Cannot convert string value 'UNIFIED_TEST_PLATFORM' to an enum value of type 'com.android.builder.model.AndroidGradlePluginProjectFlags$BooleanFlag' (valid case insensitive values: APPLICATION_R_CLASS_CONSTANT_IDS, TEST_R_CLASS_CONSTANT_IDS, TRANSITIVE_R_CLASS, JETPACK_COMPOSE, ML_MODEL_BINDING) Cannot convert string value 'UNIFIED_TEST_PLATFORM' to an enum value of type 'com.android.builder.model.AndroidGradlePluginProjectFlags$BooleanFlag' (valid case insensitive values: APPLICATION_R_CLASS_CONSTANT_IDS, TEST_R_CLASS_CONSTANT_IDS, TRANSITIVE_R_CLASS, JETPACK_COMPOSE, ML_MODEL_BINDING)

Thanks in advance !

LamraniOthmane avatar Dec 17 '22 12:12 LamraniOthmane