-
Notifications
You must be signed in to change notification settings - Fork 10
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
NoSuchMethodError: No static method HorizontalPager #8
Comments
Hey! Could you share your application libraries list with versions ? I wonder if that's some kind of dependency conflict |
Hey again @jeancsanchez I find out that compose version in gradle was set to 1.5.11 so it could generate such issue 😬 |
@WojciechOsak thank you for the quick response. I updated to 1.0.1 but the error persists. |
Did u try clean build ? |
Yes, I did :/ |
@jeancsanchez ok then, is there any chance that you can prepare minimal reproducible project ? |
Hi! Minimal reproducible project: https://github.com/GimazDo/KMPExample |
I can't start Calendar :(
|
I downloaded your library with an example. I upgraded Compose to 1.7.0. The example worked fine after I made minimal changes: `package io.wojciechosak.calendar.view HorizontalPager( Replaced the name of the HorizontalPager function parameter beyondBoundsPageCount with beyondViewportPageCount. Please release a new version of the library for Compose version 1.7.0 I would greatly appreciate it! |
Hi!
First of all thank you for this awesome library.
I'm just trying to use a basic example of this library in my Multiplatform project but I'm getting that error.
I'm using Kotlin 2.0.0 and version 1.0.0 of this library.
This is my sample code:
and this is the error thrown when I start the screen:
The text was updated successfully, but these errors were encountered: