Update kotlin monorepo to v2.2.0 (#638)

* Update kotlin monorepo to v2.2.0

* Update yarn lock

* Update API dump

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
This commit is contained in:
renovate[bot]
2025-06-23 19:03:39 +00:00
committed by GitHub
parent 8fdbbbfc67
commit 2bcb09d0f1
3 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,7 @@ compileSdk = "35"
minSdk = "21"
coroutine = "1.10.2"
kotlin = "2.1.21"
kotlin = "2.2.0"
jetbrains-compose = "1.8.2"
serialization = "1.8.1"
squareup-okhttp = "4.12.0"

View File

@ -1751,11 +1751,6 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"
typescript@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
ua-parser-js@^0.7.30:
version "0.7.33"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"

View File

@ -15,6 +15,7 @@ public final class app/cash/molecule/AndroidUiFrameClock : androidx/compose/runt
public fun <init> (Landroid/view/Choreographer;)V
public fun fold (Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
public fun get (Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
public fun getKey ()Lkotlin/coroutines/CoroutineContext$Key;
public fun minusKey (Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
public fun plus (Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
public fun withFrameNanos (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;