Skip to content

Conversation

@mikaelstaldal
Copy link

@mikaelstaldal mikaelstaldal commented Nov 13, 2025

Fixes #625

Not sure if this may break binary compatibility?

Copy link
Owner

@ajalt ajalt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please add @JvmOverloads to avoid breaking binary compatibility, and run gradlew apiDump to update the api spec.

@mikaelstaldal
Copy link
Author

mikaelstaldal commented Nov 14, 2025

Thanks! Please add @JvmOverloads to avoid breaking binary compatibility, and run gradlew apiDump to update the api spec.

For some reason the native build cross-compilation does not work for me:

Execution failed for task ':clikt:compileKotlinLinuxArm64'.
> Could not initialize class org.jetbrains.kotlin.backend.konan.env.env 

(I have Linux/amd64.)

Is it possible to do this without triggering native build? I don't use native builds with Kotlin/Gradle otherwise, only JVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support providing input events to CliktTesting

2 participants