spierce7
01/25/2023, 7:28 PMMario Javier Medina Cocom
01/25/2023, 10:18 PMspierce7
01/25/2023, 11:39 PMXhivat Hoxhiq
01/26/2023, 1:46 PM./gradlew :compose:assemble
I have no idea where to from this though and I did spend a whole trying to make it work. Should I post this in #androidx instead as it's library stuff?SrSouza
01/27/2023, 2:49 AMPaul Woitaschek
01/27/2023, 9:37 PMExecution failed for task ':generator:ui:checkRuntime'.
> Packaging native distributions requires JDK runtime version >= 15
Actual version: '11'
Java home: /Users/ph1b/Library/Java/JavaVirtualMachines/azul-11.0.15/Contents/Home
Has someone an idea, how to set the runtime of the jpackage version?Marc Fearby
01/28/2023, 1:39 AM姜尚
01/29/2023, 3:42 AM姜尚
01/29/2023, 9:29 AMakapanina
01/30/2023, 1:41 PMKirill Grouchnikov
01/30/2023, 4:29 PMSlackbot
01/30/2023, 8:12 PMspierce7
01/31/2023, 4:25 AMSlackbot
01/31/2023, 9:04 AMSean Proctor
01/31/2023, 11:53 AMBitmap
to an ImageBitmap
. My first "brilliant" idea was to write an implementation of ImageBitmap
with a backing from KorIM. That didn't work on Android or JVM because they both expect a specific backing. Is there a way around this? Failing that, I guess I need to write a converter from KorIM to Skia for JVM/JS. For JVM, I can use AWT as an interim format, but I don't think JS has anything similar.Kirill Grouchnikov
01/31/2023, 4:33 PMSebastian Kürten
01/31/2023, 5:05 PMmarzelwidmer
01/31/2023, 5:39 PMKirill Grouchnikov
02/01/2023, 5:51 PMKirill Grouchnikov
02/01/2023, 7:06 PMAdam Brown
02/02/2023, 12:23 AMDialog
that sizes it's self based on it's contents?Arjan van Wieringen
02/03/2023, 8:00 AMKirill Grouchnikov
02/03/2023, 10:47 PMsikio
instead of skiko
in the filenamesloloof64
02/04/2023, 10:55 AMursus
02/05/2023, 1:41 AMimport androidx.compose.foundation
ui
etc work in compose desktop? In my android project I tried to use those dependencies in a pure kotlin
(jvm) module (just some extensions, no @Composable stuff), and gradle complained about the module not applying `kotlin-android`so I figured those have an android dependency?
Or did I mess something up?ursus
02/05/2023, 4:29 AMKoneko Toujou
02/05/2023, 6:20 AMKoneko Toujou
02/05/2023, 11:59 AMDropdownMenu
to jank when opening for the first time even with the JIT fully disabled via -Djava.compiler=NONE -Xint -XX:-UseCompiler XX:+UnlockDiagnosticVMOptions -XX:+PrintCompilation
for https://foso.github.io/Jetpack-Compose-Playground/material/dropdownmenu/
im using
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.2
https://bpa.st/IDPCUSlackbot
02/05/2023, 12:45 PMKoneko Toujou
02/05/2023, 1:45 PM