Git Product home page Git Product logo

Comments (5)

schmidt9 avatar schmidt9 commented on August 19, 2024

I see some generated types here with my library prefix, but there is no Size in this list

Снимок экрана 2021-04-12 в 16 25 18

from korma.

soywiz avatar soywiz commented on August 19, 2024

Unfortunately korlibs are not designed with interoperability in mind. That means that we are using inline classes wrapping other types in some cases which do not interop well right now and thats on the Kotlin roof. That might be the case and we cannot do something.
Once inline classes support multiple values we will use them. If the Kotlin team use structures on the Swift world, you will be able to use it directly in future versions. In the meantime you will have to figure out yourself interoperability or create intermediate methods and classes to ease interoperability

from korma.

schmidt9 avatar schmidt9 commented on August 19, 2024

Sorry but I don't get why there is MKMLKormaPoint but no MKMLKormaSize in this list?

I see some generated types here with my library prefix, but there is no Size in this list

Снимок экрана 2021-04-12 в 16 25 18

from korma.

soywiz avatar soywiz commented on August 19, 2024

https://github.com/korlibs/korma/blob/25d5c0fcb4905891d03b6b8a4185186c3d6cf364/korma/src/commonMain/kotlin/com/soywiz/korma/geom/Size.kt#L22

Size is an inline class wrapping Point, so you could convert between them without further allocations.

from korma.

schmidt9 avatar schmidt9 commented on August 19, 2024

@soywiz thanks for explanation, I leave here related links, hope they'll figure this out
https://youtrack.jetbrains.com/issue/KT-32352
https://kotlinlang.org/docs/native-objc-interop.html#unsupported

from korma.

Related Issues (20)

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.