Skip to content
New issue

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

Cannot use this on Compose Multiplatform #49

Open
PavlosTze opened this issue Jan 26, 2025 · 1 comment
Open

Cannot use this on Compose Multiplatform #49

PavlosTze opened this issue Jan 26, 2025 · 1 comment

Comments

@PavlosTze
Copy link

Hello, I can't use this in Compose Multiplatform. Actually I can't even download the lib from Jitpack.

I've got this code in settings.gradle:

    repositories {
        google {
            mavenContent {
                includeGroupAndSubgroups("androidx")
                includeGroupAndSubgroups("com.android")
                includeGroupAndSubgroups("com.google")
            }
        }
        mavenCentral()
        gradlePluginPortal()
        maven {
            url = uri("https://jitpack.io")
        }
    }

And then in build.gradle

        commonMain.dependencies {
            implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0")
        }

But sync produces the following:

Image

And I can't use any of your components in the code at all.

Any ideas?

@PavlosTze
Copy link
Author

@nanihadesuka Any insights on this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant