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. 08 Oct, 2021 1 commit
    • Dmitry Gridin's avatar
      [kotlin] mpp: "create actual" quickfix should work for android · b1f28d1c
      Dmitry Gridin authored
      `pureKotlinSourceFolders` contains a lot of strange source roots for android module:
      * `src/release/kotlin`
      * `src/release/java`
      * `src/androidDebugUnitTest/kotlin`
      * `src/iosX64Main/kotlin`
      * `src/androidDebugAndroidTest/kotlin`
      * `src/androidRelease/kotlin`
      * `src/iosArm64Main/kotlin`
      * `src/debug/java`
      * `src/debug/kotlin`
      * `src/androidDebug/kotlin`
      * `src/androidReleaseUnitTest/kotlin`
      
      probably, empty list expected
      
      ^KTIJ-3780 Fixed
      
      (cherry picked from commit 35f6697eeac2c247f315ced3763194ba6eaada09)
      
      GitOrigin-RevId: a84660b228611e8b3699b30d0403b31c34a9f40d
      b1f28d1c
  2. 06 Oct, 2021 27 commits
  3. 05 Oct, 2021 4 commits
  4. 04 Oct, 2021 2 commits
  5. 03 Oct, 2021 6 commits