Build An In App Review Module Pro
After adding a new module, I deleted the kotlin_version
property from the Gradle file.
This is because we already have that defined, but adding a new module creates a duplicate which will cause build errors.
Start by building an In App Review module that will represent the decoupled logic for showing and managing reviews.
Comments