mirror of
https://github.com/cashapp/molecule.git
synced 2025-08-06 14:19:58 +08:00
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:
@ -3,7 +3,7 @@ compileSdk = "35"
|
|||||||
minSdk = "21"
|
minSdk = "21"
|
||||||
|
|
||||||
coroutine = "1.10.2"
|
coroutine = "1.10.2"
|
||||||
kotlin = "2.1.21"
|
kotlin = "2.2.0"
|
||||||
jetbrains-compose = "1.8.2"
|
jetbrains-compose = "1.8.2"
|
||||||
serialization = "1.8.1"
|
serialization = "1.8.1"
|
||||||
squareup-okhttp = "4.12.0"
|
squareup-okhttp = "4.12.0"
|
||||||
|
@ -1751,11 +1751,6 @@ type-is@~1.6.18:
|
|||||||
media-typer "0.3.0"
|
media-typer "0.3.0"
|
||||||
mime-types "~2.1.24"
|
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:
|
ua-parser-js@^0.7.30:
|
||||||
version "0.7.33"
|
version "0.7.33"
|
||||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
|
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
|
||||||
|
@ -15,6 +15,7 @@ public final class app/cash/molecule/AndroidUiFrameClock : androidx/compose/runt
|
|||||||
public fun <init> (Landroid/view/Choreographer;)V
|
public fun <init> (Landroid/view/Choreographer;)V
|
||||||
public fun fold (Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
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 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 minusKey (Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
|
||||||
public fun plus (Lkotlin/coroutines/CoroutineContext;)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;
|
public fun withFrameNanos (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||||
|
Reference in New Issue
Block a user