Hamidreza
Results
4
comments of
Hamidreza
 @cortinico
@cortinico I tested everything on a Macbook M1 Pro with **newArchEnabled**, and everything worked without a hitch 🙏
error: package android.support.annotation does not exist import android.support.annotation.Nullable;
All you need to do is to replace 'import android.support.annotation.Nullable' in class imports to `import androidx.annotation.Nullable;`