Roman Sedaikin
11e153736c
Move ImageViewer to build149 and Kotlin 1.4.30.
4 years ago
Igor Demin
e00beacfbd
Migrate to 0.3.0-build146 (imageviewer)
4 years ago
Igor Demin
bde57fd891
ImageVIewer. Splash screen, composable window API
4 years ago
Nikolay Igotti
9354a554b4
iMove to 0.3.0-build135 and Kotlin 1.4.21.
4 years ago
Nikolay Igotti
84163e7499
Move to 0.2.0-build132
4 years ago
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
4 years ago
Alexey Tsvetkov
c105e3a8eb
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__`
4 years ago
Nikolay Igotti
aa2a8740ca
Update to 0.1.0-build113
4 years ago
Igor Demin
3b583678c7
Migrate to Compose 0.1.0-m1-build62
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
4 years ago
Alexey Tsvetkov
3b7835fb4a
Merge compose.desktop.application plugin with compose plugin
...
This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.
To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
4 years ago
Roman Sedaikin
70ffa959c2
Added scrollbar to ImageViewer.
4 years ago
Nikolay Igotti
5fe9d53c3c
Move few examples to m1-build57
4 years ago
Alexey Tsvetkov
563dc37c9b
Add desktop application Gradle plugin
...
For simplified packaging and running an app
4 years ago
Nikolay Igotti
b9b0064d7b
Move some sameples to dev109
4 years ago
Igor Demin
3b13944daf
Fix multiplatform projects in IDEA / Android Studio
...
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
4 years ago
Nikolay Igotti
000507c755
Allow using mavenLocal() is samples.
4 years ago
Nikolay Igotti
e2afc407c8
Move examples to piublic repo deps.
4 years ago
Nikolay Igotti
f201961e31
Example Image Viewer.
4 years ago
Nikolay Igotti
4dc4f597d5
Add issues.
4 years ago