Android studio is giving me this warning: `Compil...
# touchlab-tools
a
Android studio is giving me this warning:
Compilation is not supported for following modules: KaMPKit. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
Shall I ignore it?
r
That's usually safe to ignore in my experience
a
@russhwolf deleting
modules.xml
inside
.idea
and reopening fixed it, as per this StackOverflow thread.