mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Change marker comment for Compose version
The verb `update` in `__UPDATE_COMPOSE_VERSION_MARKER__` could be read as an instruction to update the plugin, which might be confusing for users. I suggest renaming the marker to more neutral `__LATEST_COMPOSE_RELEASE_VERSION__`
This commit is contained in:
committed by
Alexey Tsvetkov
parent
f030439571
commit
c105e3a8eb
@@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// __UPDATE_COMPOSE_VERSION_MARKER__
|
||||
// __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-build113")
|
||||
classpath("com.android.tools.build:gradle:4.0.1")
|
||||
classpath(kotlin("gradle-plugin", version = "1.4.0"))
|
||||
|
||||
Reference in New Issue
Block a user