Updated to M11.1.
Search Criteria
Package Details: kotlin 0.11.91.1-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-06-22)
| Package Base: | kotlin |
|---|---|
| Description: | Statically typed programming language that compiles to JVM bytecode and JavaScript |
| Upstream URL: | http://kotlinlang.org/ |
| Category: | devel |
| Licenses: | |
| Submitter: | spider-mario |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2012-11-02 13:39 |
| Last Updated: | 2015-04-09 20:14 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Anonymous comment
Comment by mrz
M11.1 is out! https://github.com/JetBrains/kotlin/releases/download/M11.1-bootstrap/kotlin-plugin-0.11.91.1.zip
Anonymous comment
@eddie Sorry about that. The symlink target was wrong.
Comment by eddie
@Vorzard - Something went silly when this installed and the symlinks screwed up. In the PKGBUILD, "$pkgdir/usr/bin/kotlinc" is a symlink to "$pkgdir/usr/share/kotlin/bin/kotlinc" and that's exactly what I got, haha:
[eddie@vagus spek]$ ls -al /usr/bin/kotlinc
lrwxrwxrwx 1 root root 67 Mar 26 18:12 /usr/bin/kotlinc -> /tmp/pacaurtmp-eddie/kotlin/pkg/kotlin/usr/share/kotlin/bin/kotlinc
Anonymous comment
Thanks for the notification! Updated to M11.
Anonymous comment
Thanks for the notification! Updated to M11.
Had to patch kotlinc-jvm and kotlinc-js, otherwise they can't find kotlin-preloader.jar even if KOTLIN_HOME is set properly.
Comment by mrz
M11 has been released: https://github.com/JetBrains/kotlin/releases/download/build-0.11.91/kotlin-plugin-0.11.91.zip
Anonymous comment
Thanks for the notification! Updated to M10 + changed website.
Comment by Kendos_Kenlen
The M10 kotlin version as been released. https://github.com/JetBrains/kotlin/releases/tag/build-0.10.195
Otherwise, the kotlin website is http://kotlinlang.org/ and not http://kotlin.jetbrains.org/ ! :)
Anonymous comment
This package follows the milestones such as M9 (0.9.66) and not the releases or builds in between.
For development purposes it is recommended to add Kotlin as a dependency to
your project and rely on Maven Central (http://mvnrepository.com/artifact/org.jetbrains.kotlin) instead of using this package.