Content deleted Content added
Tags: Mobile edit Mobile web edit |
New section: Kotlin Multiplatform |
||
Line 411:
* [[IntelliJ IDEA]] has plug-in support for Kotlin.<ref>{{cite web |url=https://plugins.jetbrains.com/plugin/6954-kotlin |title=Kotlin :: JetBrains Plugin Repository |website=Plugins.jetbrains.com |date=31 March 2017 |access-date=11 April 2017 |archive-date=25 June 2023 |archive-url=https://web.archive.org/web/20230625051612/https://plugins.jetbrains.com/plugin/6954-kotlin |url-status=live}}</ref> IntelliJ IDEA 15 was the first version to bundle the Kotlin plugin in the IntelliJ Installer, and to provide Kotlin support out of the box.<ref>{{cite web |url=https://www.jetbrains.com/idea/whatsnew/ |title=What's New in IntelliJ IDEA 2017.1 |website=Jetbrains.com |access-date=11 April 2017 |archive-date=3 October 2023 |archive-url=https://web.archive.org/web/20231003212723/https://www.jetbrains.com/idea/whatsnew/ |url-status=live}}</ref>
* [[Gradle]]: Kotlin has seamless integration with Gradle, a [[build automation]] tool.<ref>{{Cite web |title=Gradle |url=https://kotlinlang.org/docs/gradle.html |access-date=2024-04-08 |website=Kotlin Help |language=en-US |archive-date=8 April 2024 |archive-url=https://web.archive.org/web/20240408064338/https://kotlinlang.org/docs/gradle.html |url-status=live}}</ref>
==Kotlin Multiplatform==
Kotlin Multiplatform allows a single codebase to target multiple platforms such as [[Microsoft Windows|Windows]], [[Linux]], web, Android and [[IOS]].<ref>{{Cite web |title=Kotlin Multiplatform Overview |url=https://developer.android.com/kotlin/multiplatform |access-date=2025-06-14 |website=Android Developers |language=en}}</ref><ref>{{Cite web |title=Kotlin Multiplatform – Build Cross-Platform Apps |url=https://www.jetbrains.com/kotlin-multiplatform/ |access-date=2025-06-14 |website=JetBrains |language=en}}</ref>
Compose Multiplatform is a multi-platform UI framework based on [[Jetpack Compose]]. It is a port of Jetpack Compose for Windows, [[macOS]], Linux, web, and iOS.<ref>{{Cite web |title=Compose Multiplatform – Beautiful UIs Everywhere |url=https://www.jetbrains.com/compose-multiplatform/ |access-date=2025-06-14 |website=JetBrains |language=en}}</ref><ref>{{Cite web |title=What's new in Compose Multiplatform 1.8.1 {{!}} Kotlin Multiplatform |url=https://www.jetbrains.com/help/kotlin-multiplatform-dev/whats-new-compose-180.html |access-date=2025-06-14 |website=Kotlin Multiplatform Help |language=en-US}}</ref><ref>{{Cite web |title=Compatibility and versions {{!}} Kotlin Multiplatform |url=https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html |access-date=2025-06-14 |website=Kotlin Multiplatform Help |language=en-US}}</ref>
==Applications==
|