This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 26 Apr, 2023 1 commit
    • Justin Paupore's avatar
      [kotlin] Fix bug in project model updater. · 3f325419
      Justin Paupore authored
      The filter that removed existing kotlinc libraries during project model
      update was looking at whether the _contents_ of the file began with
      `kotlinc_`, rather than whether the _name_ did so. This meant that
      libraries that were removed would not have their library XML files
      deleted.
      3f325419
  2. 19 Apr, 2023 39 commits