Racka N
07/08/2022, 3:52 PMidea.log
this section seems to repeat itself for both Intellij IDEA 2021.3.1 and AS Bumblebee which shows some errors when syncing: https://pastebin.com/Q8qYJpgc. Is this related to the issue or is there something wrong with my config.
One of those projects can be found here: https://github.com/Thinkrchive/Thinkrchive-Multiplatform. The branch working-kotlin-js-support
is the one I'm currently working on and the one with all the issues. The 2nd project (larger one) is not open source unfortunately but has a very similar project structure and gradle configuration, but they both exhibit the same issues.Racka N
07/08/2022, 5:57 PMexpect
in commonMain
(even within the same module) do not work.
Tested on the following IDEs: AS Bumblebee, Chipmunk, Dolphin, Intellij 2021.3.1 & 2022.2 EAP7.
Auto imports for commonMain expect
declarations only works in Intellij 2021.3.1 and Bumblebee (which is expected as per issue 22111)Erik
07/15/2022, 1:20 PMRacka N
07/15/2022, 1:22 PMErik
07/15/2022, 1:27 PMorg.gradle.unsafe.configuration-cache=false
To my gradle.properties, but it didn't solve the problem.Erik
07/15/2022, 1:27 PMErik
07/15/2022, 1:27 PMErik
07/15/2022, 1:28 PMErik
07/15/2022, 1:30 PMRacka N
07/15/2022, 2:25 PMRacka N
07/15/2022, 2:31 PMErik
07/18/2022, 6:54 AMErik
07/18/2022, 6:56 AM