Commit Graph

9 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
d64ee0ff26 kotlin-native: 1.7.0 → 1.7.10 2022-07-08 16:29:10 -05:00
Fabián Heredia Montiel
ce77121c76 kotlin-native: 1.6.21 → 1.7.0 2022-06-09 09:49:28 -05:00
Fabián Heredia Montiel
368ce6abb2 kotlin: 1.6.20 → 1.6.21
https://github.com/JetBrains/kotlin/releases/tag/v1.6.21
2022-04-21 12:52:50 -05:00
Fabián Heredia Montiel
04f0de78da kotlin: 1.6.10 → 1.6.20 2022-04-04 10:43:41 -05:00
Subhrajyoti Sen
00d0e55437 kotlin{-native}: 1.6.0 → 1.6.10 2021-12-14 16:04:35 +05:30
Fabián Heredia Montiel
ed97d79de6 kotlin-native: 1.5.31 → 1.6.0 2021-11-16 10:35:42 -06:00
Fabián Heredia Montiel
f5095d575c kotlin-native: add fabianhjr as maintainer 2021-11-03 09:58:15 -06:00
Fabián Heredia Montiel
638daf8c90 kotlin-native: remove /bin/kotlinc
This is the only collision with the default kotlin distribution and is
marked as deprecated and to be removed upstream.

```
> kotlinc
NOTE: you are running "kotlinc" CLI tool from Kotlin/Native distribution,
it runs Kotlin/Native compiler that produces native binaries from Kotlin code.
If your intention was to compile Kotlin code to JVM bytecode instead, then you
need to use "kotlinc" from the main Kotlin distribution (e.g. it can be
downloaded as kotlin-compiler-X.Y.ZZ.zip archive from
https://github.com/JetBrains/kotlin/releases/latest, or installed using various
package managers).

WARNING: if your intention was to run Kotlin/Native compiler, then please use
"kotlinc-native" CLI tool instead of "kotlinc". "kotlinc" tool will be removed
from Kotlin/Native distribution, so it will stop clashing with "kotlinc" from
the main Kotlin distribution.
```
2021-11-03 09:57:36 -06:00
AndersonTorres
872080e31c kotlin-native: init at 1.5.31 2021-10-24 00:52:39 -03:00