As Shai mentioned, you should be able to create CN1libs with kotlin code.
The two libraries that you mention (coroutines and reflection) are very
likely to give you trouble though, since CN1 doesn't support reflection -
and the coroutines lib does things that was "low-level" enough that
portions of it needed to be implemented separately for Swing and JavaFX -
i.e. for coroutines, at the very least you'll probably have to implement a
"bridge" layer yourself.  It won't "just work".




On Mon, Oct 9, 2017 at 9:36 PM, Shai Almog <[email protected]> wrote:

> When you create a new project you are given an option to generate a
> cn1lib. It's technically a zip file that allows you to embed OS native code
> and provides some helper features like source hints for completion. There
> is a section on this in the developer guide, it's pretty much like a JAR.
> You can place a cn1lib in the lib directory of your project then use
> "refresh cn1libs" in the right click menu to install them. Most cn1libs are
> open source so you can check their code.
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/43d65700-f99a-4626-aead-
> 051f78b6dacb%40googlegroups.com
> <https://groups.google.com/d/msgid/codenameone-discussions/43d65700-f99a-4626-aead-051f78b6dacb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKXT4C90f86bmv3cBUYSFu306%2BMUDFFs5c0KJ%3DwGV7ydVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to