Skip to content

TextStyle$Option not an enum #310

@Scogun

Description

@Scogun

Hello!

I use JediTerm to integrate a terminal into my Compose UI application which mostly runs on MacOS.
During debug run from IDE everything is okay.
However, when I build DMG and install it on MacOS I see:

	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.ui.scene.ComposeContainer$DesktopCoroutineExceptionHandler@2afd4e63, androidx.compose.runtime.BroadcastFrameClock@60d8a017, StandaloneCoroutine{Cancelling}@446d7b71, FlushCoroutineDispatcher@15d48927]
Caused by: java.lang.ClassCastException: class com.jediterm.terminal.TextStyle$Option not an enum
	at java.base/java.util.EnumSet.noneOf(Unknown Source)
	at com.jediterm.terminal.TextStyle.<clinit>(TextStyle.java:12)

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions