forked from devonfw/ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devonfw#1039 add support for kotlin
- Loading branch information
Showing
9 changed files
with
42 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:toc: | ||
toc::[] | ||
|
||
# Kotlin_Native | ||
|
||
The `kotlinc-native` commandlet allows to install and setup https://kotlinlang.org/[Kotlin_Native]. The arguments (`devon kotlinc-native «args»`) are explained by the following table: | ||
|
||
[options="header"] | ||
|======================= | ||
|*Argument(s)* |*Meaning* | ||
|`setup` |setup Kotlin_Native (install or update and verify), via `KOTLIN_NATIVE_VERSION` (use `devon kotlinc-native version list` to get available versions or `devon kotlinc-native version set [TAB]` to set version with auto-completion) | ||
|`«args»` |run Kotlin native with the given `«args»` | ||
|======================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:toc: | ||
toc::[] | ||
|
||
# Kotlin | ||
|
||
The `kotlinc` commandlet allows to install and setup https://kotlinlang.org/[Kotlin]. The arguments (`devon kotlinc «args»`) are explained by the following table: | ||
|
||
[options="header"] | ||
|======================= | ||
|*Argument(s)* |*Meaning* | ||
|`setup` |setup Kotlin (install or update and verify), via `KOTLIN_VERSION` (use `devon kotlinc version list` to get available versions or `devon kotlinc version set [TAB]` to set version with auto-completion) | ||
|`«args»` |run Kotlin with the given `«args»` | ||
|======================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters