You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize a Kotlin native container app with elide init
Build a simple command line utility with it that does something
It works really smoothly the first time
Actual Behaviour
Initialize a Kotlin native container app with elide init
Build a simple command line utility with it that does something
There are some rough patches, for instance:
Serialization with JSON doesn't seem to work out of the box, and needs a dependency? But should be shipped by default?
When the Kotlin Compiler chooses to use reflection, kotlin-reflect.jar should be injected, but it doesn't seem to be by default. I had to add a dependency for it.
Compiling to a Native Image should basically "just work," but required some configuration for class init.
Expected Behavior
elide initActual Behaviour
elide initkotlin-reflect.jarshould be injected, but it doesn't seem to be by default. I had to add a dependency for it.Stacktrace
No response
Steps To Reproduce
elide init(onmain)containersEnvironment Information
Runtime
Native
Language
JVM
Example Application
No response
Version
1.0.0-beta10