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. 09 Sep, 2022 4 commits
  2. 08 Sep, 2022 4 commits
  3. 06 Sep, 2022 5 commits
  4. 01 Sep, 2022 10 commits
  5. 31 Aug, 2022 5 commits
  6. 30 Aug, 2022 2 commits
  7. 29 Aug, 2022 3 commits
  8. 27 Aug, 2022 6 commits
  9. 26 Aug, 2022 1 commit
    • Yan Zhulanow's avatar
      [kotlin] Cleanup dependencies on 'kotlin.code-insight.inspections-shared' · 6fcfa420
      Yan Zhulanow authored
      The 'kotlin.code-insight.inspections-shared' module has each module descriptor (kotlin.code-insight.inspections-shared.xml), which means its classes cannot be accessed from modules belong to the root plugin descriptor.
      
      Otherwise, the following error will present:
      Class org.jetbrains.kotlin.idea.codeInsight.inspections.shared.SimplifyNegatedBinaryExpressionInspection must not be requested from main classloader of org.jetbrains.kotlin plugin [Plugin: org.jetbrains.kotlin]
      
      GitOrigin-RevId: ca9c20ea5695130a385dbb0237e014d758d99ffa
      6fcfa420