terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Update BrowserViewportWindowKt.kt #25

Closed shubhamsinghshubham777 closed 10 months ago

shubhamsinghshubham777 commented 10 months ago

This PR forks the latest logic from OliverO2's repository that supports Kotlin 1.9.0 and above as the existing logic does not work for Kotlin 1.9.0 and above anymore.

pablichjenkov commented 10 months ago

Doesn't CanvasBasedWindow solve the need to use this class?

CanvasBasedWindow("Component Demo") {}
shubhamsinghshubham777 commented 10 months ago

You're right @pablichjenkov, I was unaware of this fix. Many thanks 👍🏻 This PR isn't needed anymore.