
New to Kotlin? Take a look at Getting started with Kotlin.
#JETBRAINS VUE ANDROID#
If you need to access platform-specific APIs from the shared code, use the Kotlin mechanism of expected and actual declarations.īegin with the Get started with Kotlin Multiplatform for mobile if you want to create iOS and Android applications with shared codeĮxplore sharing code principles and examples if you want to create applications or libraries targeting other platforms Share code among some platforms included in your project to reuse much of the code in similar platforms: Share common code among all platforms used in your project. Kotlin provides the following code sharing mechanisms:
#JETBRAINS VUE FULL#
You also get advantages of native programming, including great performance and full access to platform SDKs. Kotlin Multiplatform allows you to maintain a single codebase of the application logic for different platforms. Try this Compose Multiplatform desktop application template to create your own project with UIs shared among desktop platforms. Many applications, including the JetBrains Toolbox app, have already adopted this approach. IntelliJ IDEA provides support for the Vue.js building blocks of HTML, CSS, and JavaScript with Vue.js-aware code completion for components, including components defined in separate files, attributes, properties, methods, slot names, and more. Desktop applicationsĬompose Multiplatform helps share UIs across desktop platforms like Windows, macOS, and Linux. Vue.js is a framework for developing user interfaces and advanced single-page applications. See the Create and publish a multiplatform library tutorial, where you will create a multiplatform library, test it, and publish it to Maven. Once published, a multiplatform library can be used as a dependency in other cross-platform projects. You can create a multiplatform library with common code and its platform-specific implementations for JVM, web, and native platforms. Kotlin Multiplatform is also helpful for library authors. Try this Compose Multiplatform mobile application template to create your own mobile application with UIs shared between both platforms. Thanks to Compose Multiplatform, a Kotlin-based declarative UI framework developed by JetBrains, you can also share UIs across Android and iOS to create fully cross-platform apps:
#JETBRAINS VUE FOR ANDROID#
With Kotlin Multiplatform for mobile, you can build cross-platform mobile applications that share code between Android and iOS to implement networking, data storage and data validation, analytics, computations, and other application logic.Ĭheck out the Get started with Kotlin Multiplatform for mobile and Create a multiplatform app using Ktor and SQLDelight tutorials, where you will create applications for Android and iOS that include a module with shared code for both platforms. Sharing code between mobile platforms is a major Kotlin Multiplatform use cases. Kotlin Multiplatform use cases Android and iOS applications

It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming. The Kotlin Multiplatform technology is designed to simplify the development of cross-platform projects. We'll do our best to minimize any changes you have to make. It is almost stable, but migration steps may be required in the future.
