-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't workinglang:kotlinRelated to Kotlin lang supportRelated to Kotlin lang support
Milestone
Description
Expected Behavior
- 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.jarshould 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.
Stacktrace
No response
Steps To Reproduce
elide init(onmain)- Choose
containers - Write a little CLI utility using JSON
- Try to build it
Environment Information
- Operating System: Linux
- Architecture: amd64
Runtime
Native
Language
JVM
Example Application
No response
Version
1.0.0-beta10
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglang:kotlinRelated to Kotlin lang supportRelated to Kotlin lang support
Type
Projects
Status
No status