compose-mario icon indicating copy to clipboard operation
compose-mario copied to clipboard

This API is experimental and is likely to change in the future.

Open CMingTseng opened this issue 4 years ago • 0 comments

main.kt: (87, 45): This API is experimental and is likely to change in the future.

R.kt: (11, 13): 'imageFromResource(String): ImageBitmap' is deprecated. Use useResource(path, ::loadImageBitmap) R.kt: (14, 13): 'imageFromResource(String): ImageBitmap' is deprecated. Use useResource(path, ::loadImageBitmap) R.kt: (18, 13): 'imageFromResource(String): ImageBitmap' is deprecated. Use useResource(path, ::loadImageBitmap) main.kt: (54, 5): 'Window(String = ..., IntSize = ..., IntOffset = ..., Boolean = ..., BufferedImage? = ..., MenuBar? = ..., Boolean = ..., Boolean = ..., WindowEvents = ..., (() -> Unit)? = ..., () -> Unit = ...): Unit' is deprecated. Use new Composable Window API (https://github.com/JetBrains/compose-jb/tree/master/tutorials/Window_API_new) main.kt: (83, 26): 'focusModifier(): Modifier' is deprecated. Replaced by focusTarget Mario.kt: (32, 13): Parameter 'bricks' is never used

&

if use the resources font & graphics/xxxx will get

Entry fonts/Fixedsys500c.ttf is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.0.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

https://youtrack.jetbrains.com/issue/KT-46165

THX

CMingTseng avatar Sep 15 '21 11:09 CMingTseng