mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Mostly move to 1.0.0-alpha4-build361
This commit is contained in:
@@ -8,10 +8,10 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
// __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.0-alpha1")
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.0-alpha4-build361")
|
||||
classpath("com.android.tools.build:gradle:4.0.1")
|
||||
// __KOTLIN_COMPOSE_VERSION__
|
||||
classpath(kotlin("gradle-plugin", version = "1.5.21"))
|
||||
classpath(kotlin("gradle-plugin", version = "1.5.31"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,6 @@ actual fun VerticalScrollbar(
|
||||
itemCount: Int,
|
||||
averageItemSize: Dp
|
||||
) = androidx.compose.foundation.VerticalScrollbar(
|
||||
rememberScrollbarAdapter(scrollState, itemCount, averageItemSize),
|
||||
rememberScrollbarAdapter(scrollState),
|
||||
modifier
|
||||
)
|
||||
Reference in New Issue
Block a user