android - Gradle plugin cache my .aar -


i have aar team builds me..

the first time build fine. when team updates aar, gradle cache still caching old aar , although still builds. android studio doesn't recognize of new classes add.

and reason after clean entire cache. gradle refuses ever generate cache ever. entire android studio filled red errors. (but still builds)

how should deal situation??


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -