pakoito
11/20/2020, 5:50 PM> Task :desktop:run FAILED
dyld: lazy symbol binding failed: Symbol not found: _objc_alloc_init
Referenced from: /Users/paco/.skiko/b9408918342fa3c0511232e1869d6b3885a57b45a57800586f357a2461785a4e/libskiko.dylib (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libobjc.A.dylib
Are there any plans to provide binaries that are backwards compatible, or will Big Sur be the baseline for C4D apps?Kirill Grouchnikov
11/20/2020, 5:50 PMpakoito
11/20/2020, 5:52 PMolonho
11/20/2020, 6:11 PMKirill Grouchnikov
11/20/2020, 6:14 PMpakoito
11/20/2020, 6:16 PM| +--- org.jetbrains.compose.foundation:foundation:0.2.0-build127 FAILED
| +--- org.jetbrains.compose.material:material:0.2.0-build127 FAILED
| +--- org.jetbrains.compose.runtime:runtime:0.2.0-build127 FAILED
| \--- org.jetbrains.compose.ui:ui:0.2.0-build127 FAILED
+--- org.jetbrains.compose.runtime:runtime:0.2.0-build127 FAILED
+--- org.jetbrains.compose.foundation:foundation:0.2.0-build127 FAILED
+--- org.jetbrains.compose.material:material:0.2.0-build127 FAILED
...
Kirill Grouchnikov
11/20/2020, 6:18 PMpakoito
11/20/2020, 6:22 PMe: /Users/paco/Coding/compose/compose-jb/examples/bla/common/src/desktopMain/kotlin/example/imageviewer/style/Decoration.kt: (10, 16): Unresolved reference: ImageAsset
--refresh-dependencies
olonho
11/20/2020, 6:22 PMpakoito
11/20/2020, 6:24 PMKirill Grouchnikov
11/20/2020, 6:25 PMImageAsset
is gone. Use ImageBitmap
pakoito
11/20/2020, 6:34 PMdesktopMain/.../FullImageScreen.kt
where Image
was ambiguous between the Compose and the skija versions. It works nowckloss
11/20/2020, 6:53 PMsuresh
11/20/2020, 8:50 PMis there a way to keep track of the latest available builds?@Kirill Grouchnikov version plugin is working for me. Add this plugin
id("com.github.ben-manes.versions") version "0.36.0"
and run ./gradlew dependencyUpdates
Kirill Grouchnikov
11/20/2020, 9:02 PMclasspath("com.github.ben-manes:gradle-versions-plugin:0.36.0")