google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

[Gradle] Add root project name #1449

Closed Omico closed 1 year ago

Omico commented 1 year ago

Currently, I'm still waiting for https://github.com/google/accompanist/pull/1437 to be merged. I was letting the accompanist as a composite build replace the original version.

But this introduces a warning: Project accessors enabled, but root project name not explicitly set for 'accompanist'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.

I believe the composite build will become more and more commonly used by the developer, which is why I am creating this simple PR.