Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.0
->v3.1.0
5.9.1
->5.9.2
7.4.1
->7.4.2
1.6.20-1.0.4
->1.6.20-1.0.5
1.6.20-1.0.4
->1.6.20-1.0.5
1.6.20-1.0.4
->1.6.20-1.0.5
1.4.7
->1.4.8
1.4.7
->1.4.8
5.2.1
->5.2.3
5.2.2
->5.2.3
5.2.2
->5.2.3
5.2.2
->5.2.3
5.2.2
->5.2.3
1.6.0
->1.6.1
1.6.0
->1.6.1
Release Notes
actions/setup-java
v3.1.0
Compare Source
In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore.
Updated dependencies:
minimist
from1.2.5
to1.2.6
.actions/cache
dependency to 2.0.0 versionairbnb/lottie-web
v5.9.2
Compare Source
gradle/gradle
v7.4.2
This is a patch release for Gradle 7.4.
See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html
We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.
Upgrade Instructions
Switch your build to use Gradle 7.4.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
google/ksp
v1.6.20-1.0.5
Compare Source
New Features
Thanks to @runningcode, KSP supports CommandLineArgumentProvider now:
Issues Fixed
#815 Extended Java interface defines Any as a supertype
#831 Multi-modules: superTypes doesn't return the super types
#843 allowSourcesFromOtherPlugins breaks up-to-date checks & caching
#847 Add support for passing CommandLineArgumentProvider to KspExtension
#851 API for KSType for checking whether the underlying Java type is raw.
#858 Sealed class's KSDeclaration.isOpen returns true
#876 KSClassDeclaration.isOpen returns true for nested data classes
#879 Generated files are not cleaned up between runs for Kotlin/Native targets
#881 KSP Processing order doesn't process room class first before typealias
#887 Incremental compilation: getNewFiles does not pick up newly generated files on Windows
#890 isAssignableFrom behaves incorrectly with Java-specific types (from Resolver.getJavaClassByName)
Contributors
Thank you for the pull requests!
@DSteve595
@Jeffset
@jsjeon
@runningcode
@sangyongchoi
@yigit
tschuchortdev/kotlin-compile-testing
v1.4.8
Compare Source
Update Kotlin to 1.6.20
kotest/kotest
v5.2.3
Kotlin/kotlinx.coroutines
v1.6.1
Compare Source
Dispatchers.Main
.This behavior was introduced in 1.6.0 and then found inconvenient and erroneous (#3106, #3113).
CopyableThreadContextElement
to solve issues uncovered after the initial release (#3227).ThreadLocalElement
not being properly updated in racy scenarios (#2930).CoroutineExceptionHandler
that triggered ANR on some devices (#3180).CoroutineDispatcher
to a Rx scheduler (#968, #548). Thanks @recheej!flow
builder being retained in memory (#3197).limitedParallelism
on K/N with new memory model throwingClassCastException
(#3223).CoroutineContext
is added to the exception printed to the defaultCoroutineExceptionHandler
to improve debuggability (#3153).Dispatchers.Default
was significantly reduced (#3137).kotlinx-coroutines-slf4j
from 1.7.25 to 1.7.32.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.