mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-12-16 01:28:04 +01:00
There is a problem with building IdeaVim on newer version. Some of the internal classes was migrated from java to kotlin. However, this change is not binary compatible because of a kotlin bug. Building IdeaVim on java version of this class fixes this problem.