jimgoog

Results 5 issues of jimgoog

DependencyShadingPluginClassLoader will load a plugin jar, applying the necessary shading as required by the variant of the Kotlin Compiler which is consuming the plugin. This allows shaded and unshaded plugins...

Compiler

This library seems to have some relatively unnecessary android dependencies, which prevent the library from being used in a server-side JVM environment. This issue can request/track the removal of Android...

type:feature request
component:android sdk
status:triaged

Probably ImageComposeScene shouldn't initialize the JVM GUI Head (eg Swing/AWT). You can reproduce on Mac OSX where running the code below will cause a JVM Application icon to appear in...

ui glitch
test
desktop

The compose-jb version of TestComposeWindow is already using the new API. The only reason we are using the old MouseScroll API in AOSP is because we want to wait until...

enhancement
desktop

Using a SwingPanel doesn't seem to honor the JComponent's preferred size: https://docs.oracle.com/javase/7/docs/api/javax/swing/JComponent.html#getPreferredSize() Probably by default, unless otherwise constrained by layout and/or a modifier, the SwingPanel should by default honor the...

bug
desktop
swing interop