Access main project from module in Android Studio?
问题 I am using this library which I have installed locally as a module. I'm able to access it via my main project, but I'm not able to do the opposite. For example, access a variable in my main project from this library... I tried adding this line in the library's build.gradle : implementation project(':app') But I get this weird error: Circular dependency between the following tasks: :placepicker:generateDebugRFile \--- :placepicker:generateDebugRFile (*) (*) - details omitted (listed previously