We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: