Update skiko to 0.3.5

Minor update to skiko. Notable changes:
* allowing to use skiko in more than one classloader
(https://github.com/JetBrains/skiko/pull/121).
This is needed for the preview for desktop,
as well as using Compose is multi-classloader
environments such as the Intellij itself;
* fix for DPI issues on Linux
(https://github.com/JetBrains/skiko/pull/128);

Test: local build + manual testing

Signed-off-by: Alexey Tsvetkov <[email protected]>
Change-Id: Ida9cc3788929bf565db63228afcbf65a1fc6024c
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 5887db6..7818d467 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -32,7 +32,7 @@
 ksp = "1.5.10-1.0.0-beta01"
 leakcanary = "2.2"
 mockito = "2.25.0"
-skiko = "0.3.3"
+skiko = "0.3.5"
 sqldelight = "1.3.0"
 wire = "3.6.0"