Update KMM plugin user texts.

#Fixed KMM-324
This commit is contained in:
Konstantin Tskhovrebov
2020-08-05 18:17:53 +03:00
parent b57794d96e
commit 5edbc75d7b
@@ -132,12 +132,11 @@ project.template.frontend.description=Frontend application with Kotlin/JS if you
project.template.nodejs.title=Node.JS Application
project.template.nodejs.description=A blank application targeting Node.js
project.template.mpp.mobile.title=Mobile Application
project.template.mpp.mobile.description=Mobile applications for iOS and Android with Kotlin Multiplatform Mobile, which supports sharing common code between platforms.
project.template.mpp.mobile.lib.title=Mobile Library
project.template.mpp.mobile.lib.description=Library that supports sharing code between iOS and Android.
project.template.mpp.mobile.title=KMM Application
project.template.mpp.mobile.description=Creates a new Kotlin Multiplatform Mobile project that includes iOS and Android applications and a module with code shared on iOS and Android.
project.template.mpp.mobile.lib.title=KMM Shared Module
project.template.mpp.mobile.lib.description=Module that supports sharing code between iOS and Android.
module.template.console.jvm.title=Console Application
module.template.console.jvm.description=Simple "Hello World!" Kotlin/JVM application that works in the console