Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the kotlin-ksp-compose group with 7 updates #1117

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2023

Bumps the kotlin-ksp-compose group with 7 updates:

Package From To
androidx.compose.compiler:compiler 1.5.3 1.5.7
org.jetbrains.kotlin:kotlin-stdlib-jdk8 1.9.10 1.9.21
org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.10 1.9.21
org.jetbrains.kotlin.jvm 1.9.10 1.9.21
org.jetbrains.kotlin.plugin.serialization 1.9.10 1.9.21
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin 1.9.10-1.0.13 1.9.21-1.0.16
com.google.devtools.ksp 1.9.10-1.0.13 1.9.21-1.0.16

Updates androidx.compose.compiler:compiler from 1.5.3 to 1.5.7

Updates org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.serialization from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin.plugin.serialization's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin from 1.9.10-1.0.13 to 1.9.21-1.0.16

Release notes

Sourced from com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin's releases.

1.9.21-1.0.16

Issue fixed

#1653 KSP 1.9.21-1.0.15 leaking memory and causing OOMs

1.9.21-1.0.15

This is a hot fix to #1591 where multiple KMP projects were affected.

Issues Fixed / PRs Merged

#1591 Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value #1612 Filter out the -progressive compiler flag in KSP tasks #1614 Revert back to the non-thread-local KSP compiler plugin implementation.

1.9.20-1.0.14

issues fixed

  • #1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #1522 KspTaskNative is not configuration cacheable
  • #1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #1568 KSP resolves dependencies too early

1.9.20-1.0.13

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

1.9.20-RC2-1.0.13

Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.

1.9.20-RC-1.0.13

Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.

1.9.20-Beta2-1.0.13

Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.

1.9.20-Beta-1.0.13

Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.

Commits
  • 9e893aa Clear KSObjectCacheManager during resolver tear down
  • 0eb6f4c Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-1098"
  • 053e5ce Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • e4b6bfe Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • 081fedd Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562"
  • 0858a43 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-6573"
  • cd83901 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-Beta1"
  • 016c1b4 UPDATE_KOTLIN_VERSION: 2.0.0-Beta1
  • cc268ee UPDATE_KOTLIN_VERSION: 2.0.0-dev-6573
  • 8d7bb6a UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 1.9.10-1.0.13 to 1.9.21-1.0.16

Release notes

Sourced from com.google.devtools.ksp's releases.

1.9.21-1.0.16

Issue fixed

#1653 KSP 1.9.21-1.0.15 leaking memory and causing OOMs

1.9.21-1.0.15

This is a hot fix to #1591 where multiple KMP projects were affected.

Issues Fixed / PRs Merged

#1591 Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value #1612 Filter out the -progressive compiler flag in KSP tasks #1614 Revert back to the non-thread-local KSP compiler plugin implementation.

1.9.20-1.0.14

issues fixed

  • #1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #1522 KspTaskNative is not configuration cacheable
  • #1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #1568 KSP resolves dependencies too early

1.9.20-1.0.13

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

1.9.20-RC2-1.0.13

Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.

1.9.20-RC-1.0.13

Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.

1.9.20-Beta2-1.0.13

Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.

1.9.20-Beta-1.0.13

Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.

Commits
  • 9e893aa Clear KSObjectCacheManager during resolver tear down
  • 0eb6f4c Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-1098"
  • 053e5ce Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • e4b6bfe Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • 081fedd Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562"
  • 0858a43 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-6573"
  • cd83901 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-Beta1"
  • 016c1b4 UPDATE_KOTLIN_VERSION: 2.0.0-Beta1
  • cc268ee UPDATE_KOTLIN_VERSION: 2.0.0-dev-6573
  • 8d7bb6a UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the version update This is related to a library, API or SDK update which requires some work. Not just a version bump. label Dec 20, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-ksp-compose-6562232cd5 branch from 3f93aa1 to 7dcddc7 Compare December 20, 2023 15:21
Bumps the kotlin-ksp-compose group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.compose.compiler:compiler | `1.5.3` | `1.5.7` |
| [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp) | `1.9.10-1.0.13` | `1.9.21-1.0.16` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `1.9.10-1.0.13` | `1.9.21-1.0.16` |


Updates `androidx.compose.compiler:compiler` from 1.5.3 to 1.5.7

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.10-1.0.13 to 1.9.21-1.0.16
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.21-1.0.16)

Updates `com.google.devtools.ksp` from 1.9.10-1.0.13 to 1.9.21-1.0.16
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.21-1.0.16)

---
updated-dependencies:
- dependency-name: androidx.compose.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-ksp-compose-6562232cd5 branch from 7dcddc7 to 2dd917f Compare December 20, 2023 15:22
@dturner dturner merged commit 7c85153 into main Dec 20, 2023
4 checks passed
@dturner dturner deleted the dependabot/gradle/kotlin-ksp-compose-6562232cd5 branch December 20, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version update This is related to a library, API or SDK update which requires some work. Not just a version bump.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant