spierce7
11/11/2020, 9:37 PMjim
11/11/2020, 10:20 PMwisdom
11/12/2020, 12:28 AMeygraber
11/12/2020, 1:23 AMspierce7
11/12/2020, 2:35 AMlistOf
function. Of course it compiles fine.
3. I had a multiplatform library module with a class exposed in the JVM layer, and I couldn’t access it from another module for desktop use. It was a jvm module (to compile for desktop), but it wouldn’t resolve, so I try moving it to a multiplatform module. Same issue. I invalidate cache and restart. Same issue.
I move to Android Studio, and everything is hunky dory. There were probably some other strange idiosyncrasies also. These are what I remember though.
4. This is super minor, but I created a gradle run configuration for my ./gradlew :desktop:run
equivalent, and intellij makes it look like it’s going to start my android emulator every time I click run (even though it doesn’t). It’s super annoying. Android Studio displays this much more clearlySebastian Sellmair [JB]
11/12/2020, 7:34 AMaudriusk
11/12/2020, 11:56 PMviewbinding
newer version). At the same time Kotlin 1.4.20 is being released with deprecated kotlin-extensions
plugin which should be replaced by viewbinding
. 😄 This seems like dependency hell. Everyone fixes their own project issues, release new version, but don't include other's project fixes. While end user needs all fixes to work normally. So many parties coupled. No wonder why Apply has zero interest to working with anyone.Sebastian Sellmair [JB]
11/13/2020, 9:23 AMspierce7
11/13/2020, 6:25 PM