Git Product home page Git Product logo

Comments (3)

davidtaylor-juul avatar davidtaylor-juul commented on July 29, 2024 1

While #35 fixes the name mangling there are further issues preventing direct usage from Javascript. I recommend holding this ticket open until we can provide a slightly massaged API for js consumption and show a working example.

from koap.

davidtaylor-juul avatar davidtaylor-juul commented on July 29, 2024 1

I actually do have it working now. The issue was difficulty of interop with parts of the API that require List<T> objects an the inability to invoke Array.toList().

The solution is to use ArrayList instead and javascript arrays can be converted to such e.g.:

let myList = new kotlin.kotlin.collections.ArrayList(['a','b','c'])

Have updated the above example to suit. The syntax is pretty wild but this does the trick so this issue can indeed be closed now.

from koap.

twyatt avatar twyatt commented on July 29, 2024

@davidtaylor-juul #35 fixes this issue, right? (i.e. can this issue be closed out now?)

from koap.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.