oleksandrbalan / minabox

Lazy box library for Jetpack Compose, which allows to display lazy loaded items on the 2D plane.
Apache License 2.0
292 stars 18 forks source link

Kotlin and Compose updates #8

Closed GuilhE closed 1 year ago

GuilhE commented 1 year ago

This will fix #7

GuilhE commented 1 year ago

Tested in my project:

implementation(libs.helpers.compose.tables) {
        exclude(group = "io.github.oleksandrbalan", module = "minabox")
}
implementation("com.github.GuilhE:minabox:feature~sign_disabled-SNAPSHOT")

ir works 🎊

GuilhE commented 1 year ago

New version with compose compiler 1.5.0:

implementation(libs.helpers.compose.tables) {
    exclude(group = "io.github.oleksandrbalan", module = "minabox")
}
implementation("com.github.GuilhE:minabox:1.0.0-sign-disabled")
oleksandrbalan commented 1 year ago

Thank you for your time and PR, it indeed fixes the problem, but I am planning to move to Compose Multiplatform, which is now capped on Compose 1.4.3. You could fork the library and update it for your needs, as I do not plan to publish also beta library versions.