Добавить
Уведомления

Integrating Kotlin/JS in a Kotlin Multiplatform library | Droidcon NY 2022

Javascript is one of the supported targets for a Kotlin Multiplatform project. One can add Kotlin/JS target to an existing Kotlin Multiplatform Mobile library to output a JS library code. There are various aspects to consider for the Kotlin/JS integration, • Supporting JavaScript or Typescript • Gradle configuration • Exposing Kotlin code to JavaScript and writing JS-specific code • JS Library size and impact of third-party libraries • Architectural decisions around shared code across platforms, networking, storage, serialization, etc. This talk discusses how to deal with the issues mentioned above and more. https://www.droidcon.com/2022/09/29/integrating-kotlin-js-in-a-kotlin-multiplatform-library/ https://nyc.droidcon.com/jigar-brahmbhatt/

12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

Javascript is one of the supported targets for a Kotlin Multiplatform project. One can add Kotlin/JS target to an existing Kotlin Multiplatform Mobile library to output a JS library code. There are various aspects to consider for the Kotlin/JS integration, • Supporting JavaScript or Typescript • Gradle configuration • Exposing Kotlin code to JavaScript and writing JS-specific code • JS Library size and impact of third-party libraries • Architectural decisions around shared code across platforms, networking, storage, serialization, etc. This talk discusses how to deal with the issues mentioned above and more. https://www.droidcon.com/2022/09/29/integrating-kotlin-js-in-a-kotlin-multiplatform-library/ https://nyc.droidcon.com/jigar-brahmbhatt/

, чтобы оставлять комментарии