You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some versions of Intellij, opening the linguaPhylo project causes an error:
java.lang.IllegalStateException: Module entity with name: linguaPhylo should be available
This appears to be an Intellij bug. The current workaround is to edit the settings.gradle.ktsfile to have a lowercase project name when this error occurs:
rootProject.name = "linguaPhylo"
The text was updated successfully, but these errors were encountered:
On some versions of Intellij, opening the linguaPhylo project causes an error:
This appears to be an Intellij bug. The current workaround is to edit the
settings.gradle.kts
file to have a lowercase project name when this error occurs:The text was updated successfully, but these errors were encountered: