mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-09-16 02:32:17 +02: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.