Support for Compose 1.6.0

I recently updated my project to Compose 1.6.0-beta01 and it's looking like good beta, however I ran into this:

Function 'LazyColumn' can not be called: No function found for symbol 'opensavvy.compose.lazy/LazyColumn|LazyColumn(kotlin.Function1<org.jetbrains.compose.web.attributes.AttrsScope<org.w3c.dom.HTMLDivElement>,kotlin.Unit>?;kotlin.Function1<opensavvy.compose.lazy.LazyDsl,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]'

It could also be coming from the update to Kotlin 1.9.22

Edited by Jacob Ferrero