kotlin 1.3.31+ds1-1ubuntu1 source package in Ubuntu

Changelog

kotlin (1.3.31+ds1-1ubuntu1) noble; urgency=medium

  * Resolve Java 21 FTBFS (LP: #2051757):
    - d/p/073-abstractlist.patch: add missing methods to the API due to
      the update to source level 8.
    - d/p/074-kapt3.patch: cherry-pick upstream patch to resolve Java 21
      ftbfs due to the jdk.compiler changes.
    - d/control: require updated libasm-java and libintellij-* packages
      to support Java 21.

 -- Vladimir Petko <email address hidden>  Wed, 31 Jan 2024 16:57:00 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kotlin_1.3.31+ds1.orig.tar.xz 7.1 MiB 2c45fa552ee4bdb0990ec6c0d62a23b9ad5f52eafc7d0434a3176c71e1cc393c
kotlin_1.3.31+ds1-1ubuntu1.debian.tar.xz 114.4 KiB 8f6209f891028e10f40cf3f662617bf9c259d06092a4362514c0a035591c5e4e
kotlin_1.3.31+ds1-1ubuntu1.dsc 2.9 KiB f6fe7cb255604ac9b8811df24ac74efd9ca92b76de9b669cd477f8d71f291f64

View changes file

Binary packages built by this source

kotlin: cross-platform, general-purpose programming language

 Kotlin is a cross-platform, statically typed, general-purpose programming
 language with type inference. Kotlin is designed to interoperate fully with
 Java, and the JVM version of its standard library depends on the Java Class
 Library, but type inference allows its syntax to be more concise.