Unity-Technologies / uaal-example

Other
736 stars 234 forks source link

Warning after gradle updated: Using `flatDir` #51

Open Romixery opened 3 years ago

Romixery commented 3 years ago

Hi, I saw an issue in Android, after I updated AGP to 7.0.0. After compile, I see a warning that warns me not to use flatDir. Using flatDir should be avoided because it doesn't support any meta-data formats.

image

Is there any alternative to this problematic block to prevent this warning?