phisch
06/02/2021, 2:13 AMmutableListOf
would not be available in the commonMain
namespace?
This is incredibly frustrating, since i think this worked earlier, and now it doesn't. Invalidated caches, restarted IDE and computer, nothing seems to help 😕phisch
06/02/2021, 2:23 AMandylamax
06/02/2021, 8:00 AMphisch
06/02/2021, 12:10 PMphisch
06/02/2021, 12:11 PMphisch
06/02/2021, 1:02 PMnativeMain
, nativeTest
, commonTest
but not commonMain
this makes no sense to mephisch
06/02/2021, 1:03 PMcommonMain
i get this popup:phisch
06/02/2021, 3:45 PMrusshwolf
06/02/2021, 9:16 PMphisch
06/02/2021, 9:29 PMrusshwolf
06/03/2021, 12:30 AMkotlin.native.enableDependencyPropagation=false
from your gradle.propertiesphisch
06/03/2021, 1:19 AMgradle.properties
(and reloading the project) does not have an effect on this issue.
Adding multiple targets seems to make commonMain behave normally:phisch
06/03/2021, 1:21 AMrusshwolf
06/03/2021, 1:29 AMrusshwolf
06/03/2021, 1:30 AMphisch
06/03/2021, 2:00 AMlouiscad
06/03/2021, 2:59 PM