Friday 27 December 2019

IntelliJ: Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project

I hit this build problem today after switching between Android development and spring boot microservice development.

Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project

The solution was simple - in IntelliJ:


  1. File -> Invalidate Caches / Restart
  2. Choose Invalidate and Restart 
  3. Rebuild after IntelliJ restarts. 

Covid-19 impact on mobile applications - a quick case study

Amidst everything that's been going on over the last few months, checking on how my apps have been doing has been low down my priorities...