remove kotlin from maven

Julien LepillerMon Apr 16 10:23:47+0200 2018

0fab549

remove kotlin from maven

more/packages/maven.scm

14801480
    (synopsis "")
14811481
    (description "")
14821482
    (license license:asl2.0)))
1483-
1484-
(define-public kotlin
1485-
  (package
1486-
    (name "kotlin")
1487-
    (version "1.1.61")
1488-
    (source (origin
1489-
              (method url-fetch)
1490-
              (uri (string-append "https://github.com/JetBrains/kotlin/archive/v"
1491-
                                  version ".tar.gz"))
1492-
              (file-name (string-append name "-" version ".tar.gz"))
1493-
              (sha256
1494-
               (base32
1495-
                "0pj7x0b93r85cc3wj1lj1ydf48rikdbv0hq6wfxs059z140icq0a"))))
1496-
    (build-system ant-build-system)
1497-
    (home-page "https://kotlinlang.org/")
1498-
    (synopsis "Statically typed programming language")
1499-
    (description "")
1500-
    ;; described in license/README.md
1501-
    ;; Kotlin is under asl2.0, third-party libraries have different licenses
1502-
    (license license:asl2.0)))