Package Details: kotlin 0.11.91.1-1

Package Base: kotlin
Description: Statically typed programming language that compiles to JVM bytecode and JavaScript
Upstream URL: http://kotlinlang.org/
Category: devel
Licenses: Apache
Submitter: spider-mario
Maintainer: None
Last Packager: None
Votes: 5
First Submitted: 2012-11-02 13:39
Last Updated: 2015-04-09 20:14

Latest Comments

Anonymous comment

2015-04-09 20:15

Updated to M11.1.

Comment by mrz

2015-04-09 15:52

M11.1 is out! https://github.com/JetBrains/kotlin/releases/download/M11.1-bootstrap/kotlin-plugin-0.11.91.1.zip

Anonymous comment

2015-03-26 22:52

@eddie Sorry about that. The symlink target was wrong.

Comment by eddie

2015-03-26 22:30

@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

2015-03-22 12:26

Thanks for the notification! Updated to M11.

Anonymous comment

2015-03-21 22:51

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

2015-03-21 18:47

M11 has been released: https://github.com/JetBrains/kotlin/releases/download/build-0.11.91/kotlin-plugin-0.11.91.zip

Anonymous comment

2015-01-03 21:33

Thanks for the notification! Updated to M10 + changed website.

Comment by Kendos_Kenlen

2015-01-03 17:04

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

2014-12-03 13:38

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.