square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.31k stars 79 forks source link

replace the symlinked `gradle.properties` with manually-loaded Properties #780

Closed RBusarow closed 10 months ago

RBusarow commented 10 months ago

The symlinked properties file caused issues with syncing in Windows.

https://github.com/square/anvil/pull/763#discussion_r1379563691

RBusarow commented 10 months ago

cc @danielPerez97

danielPerez97 commented 10 months ago

This appears to be working now on Windows, I was able to get a full IDE sync.

RBusarow commented 10 months ago

Thanks for confirming!