googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 336 forks source link

Add logic to automatically enable gradle templates in new projects #670

Closed a-maurice closed 4 months ago

a-maurice commented 4 months ago

More dependencies, specifically Kotlin ones, will fail with the old resolution method. We have encouraged users to use mainTemplate.gradle for several years now, so add logic such that for new projects will automatically enable it, and for projects that have already run the resolver before, a prompt window will appear asking them to do so first. This prompt window checks against a new setting option, if users want to disable it.