diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f275289..e0da810 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/kotlin-js-store/yarn.lock b/kotlin-js-store/yarn.lock index 63d4e85..1d89a75 100644 --- a/kotlin-js-store/yarn.lock +++ b/kotlin-js-store/yarn.lock @@ -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" diff --git a/molecule-runtime/api/android/molecule-runtime.api b/molecule-runtime/api/android/molecule-runtime.api index a6d44a6..5b4341f 100644 --- a/molecule-runtime/api/android/molecule-runtime.api +++ b/molecule-runtime/api/android/molecule-runtime.api @@ -15,6 +15,7 @@ public final class app/cash/molecule/AndroidUiFrameClock : androidx/compose/runt public fun (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;