We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
build.gradle
commonMain.dependencies { implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0") }
But sync produces the following:
And I can't use any of your components in the code at all.
Any ideas?
The text was updated successfully, but these errors were encountered:
@nanihadesuka Any insights on this please?
Sorry, something went wrong.
No branches or pull requests
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
:And then in
build.gradle
But sync produces the following:
And I can't use any of your components in the code at all.
Any ideas?
The text was updated successfully, but these errors were encountered: