Igor Demin
e6dfc33f3a
Remove mavenLocal from templates, keep in examples ( #719 )
3 years ago
Nikolay Igotti
0dc9bf0104
Move to 0.4.0
3 years ago
Nikolay Igotti
e817408595
Use 0.4.0-rc2 in examples ( #720 )
3 years ago
Nikolay Igotti
bf4f7051a2
Move to Kotlin 1.5.10 and Compose 0.4.0-rc1
4 years ago
Nikolay Igotti
38f4cfa33e
Move to 0.4.0-build209
4 years ago
Nikolay Igotti
7bdb87f20b
Move to Compose 0.4.0-build208 and Kotlin 1.5.0
4 years ago
Alexey Tsvetkov
8c8b4147ab
Update to 0.4.0-build182 and get rid of jcenter
...
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.
Resolves #557
4 years ago
Nikolay Igotti
76e3f45f8b
Move to Kotlin 1.4.32 and 0.4.0-build180
4 years ago
Nikolay Igotti
2f7f05babd
Move to 0.3.2.
4 years ago
Nikolay Igotti
80180fb63a
Move to 0.3.1.
4 years ago
Nikolay Igotti
10e99c20d9
Move to 0.3.0.
4 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
4 years ago
Roman Sedaikin
3097fa3713
Move ImageViewer to build154.
4 years ago
Jim Sproch
a74417fcef
Upgrade imageviewer to build150
4 years ago
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