mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2026-02-13 11:06:34 +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.