[JEWEL-1302] Hide redundant VerticallyScrollableContainer/HorizontallyScrollableContainer API#3484
Conversation
8607b26 to
cc1c315
Compare
|
@DanielSouzaBertoldi https://plugins.gradle.org/plugin/com.gradle.develocity maybe try upgrading to the latest 4.4.0? |
cc1c315 to
095057f
Compare
f34f7bf to
7e84132
Compare
|
Yeah JetBrains Space is down... https://status.jetbrains.space/ Even trying to delete mentions to develocity/foojay I still got 503:
I'm investigating it more, but it seems like the CI environment is bugged 🤔 Unless.... JetBrains Space got discontinued? |
7e84132 to
af4fe54
Compare
|
I think it was supposed to eventually be, but I assume someone would have told us? Perhaps? XD |
af4fe54 to
81d3ef3
Compare
|
Yeah that would've been nice 😭 Couldn't find anything though related to the discontinuation of this particular link. However, the CMP compatibility page now points to this URL for dev builds:
I just pushed the changes to all of our modules, just to see if the CI is finally going to be happy about it. Locally the old link was working, but I guess that's because it was cached locally. I don't like to mess with Gradle caches anyways so I'll leave it to the CI to give us a sign 🙏🏻 |
|
Nice, that did it :) I'll update the maven links for real on JEWEL-1301 though. Then I can also update the documentation (besides, that PR won't break the metalava job.... probably. Making it easier to merge quickly) |
|
@DanielSouzaBertoldi can you resolve conflicts? |
81d3ef3 to
acfdeda
Compare
acfdeda to
2c16c7f
Compare
|
@DanielSouzaBertoldi is the red check intended? Is this ready to go now? |
closes #3484 GitOrigin-RevId: ab39db845827ec30bb9ed2273132211c5a179a46




This API is redundant because the second overload with
userScrollEnabled: Boolean = trueas a default:Makes this overload a strict subset of it. Every possible call to the first overload is replicated identically by calling the second overload and simply omitting
userScrollEnabled(which defaults to true).The same is true for
HorizontallyScrollableContainer