I tried to create an Android project with package com.cvs.app and Gradle is crashing during the build. If I remove cvs from the package - works fine.
Note: cvs in the package works fine with Gradle version 3.2 and lower.
- Is there a list of prohibited keywords in Gradle?
- Can I overcome this limitation somehow?