Hi @zsmb13, where can I find the KMP resource repository mentioned in your talk there https://www.youtube.com/watch?v=il32V2MNdPc ? Thanks!
Kotlin Multiplatform at Stable and Beyond

YouTube

@coreflodev

Hi, I'm not completely sure which part of the talk you're referring to, there's many links along the way and on the end slide.

You can also find a large collection of resources for the talk here:
https://zsmb.co/talks/kmp-at-stable-and-beyond/

If there's anything else I mention in the talk that you couldn't find, please let me know!

Kotlin Multiplatform at Stable and Beyond

Kotlin Multiplatform became stable last year, making it ready for production use for anyone looking to share code between platforms. In this talk, we'll take a look at what that announcement means for Kotlin Multiplatform, and how the technology is evolving now, beyond the stable release.

zsmb.co
@zsmb13 I am looking at the resources one, on Google I can only find that link https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html
Where is the repository associated to it? Is it on GitHub? Thanks
Images and resources | Kotlin Multiplatform Development

Kotlin Multiplatform Development Help

@coreflodev That's the correct documentation page for Compose Multiplatform resources.

What repository are you looking for, a sample? There's a demo linked at the bottom of that page.

@zsmb13 I am looking at Compose Multiplatform resources source code
@zsmb13 Nevermind, I found it https://github.com/JetBrains/compose-multiplatform/tree/master/components/resources so it is completely compose dependent, too bad 😞
compose-multiplatform/components/resources at master · JetBrains/compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable. - JetBrains/compose-multiplatform

GitHub

@coreflodev Oh yes, that's correct, this resource system is specifically designed for Compose Multiplatform use.

We're also looking at this area in general, but that will be a larger effort than what it took to add support for Compose.