Commit Graph

41 Commits

Author SHA1 Message Date
Igor Demin
9fa322a3ee Upgrade to 1.2.0-beta02 2022-10-03 01:51:23 +02:00
Igor Demin
a208ecba73 Upgrade to 1.2.0-beta01 2022-09-30 19:26:10 +02:00
jimgoog
0d1a309966 Add a "next steps" section to getting started docs (#2250)
* Add a "next steps" section to getting started docs

Users found this "getting started" tutorial by following the link on the Compose MPP landing page, but then didn't find any other docs.  This change helps mitigate the problem by pointing users in a helpful direction after they've gone through the first tutorial.

* Update README.md

Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2022-08-22 15:24:41 +02:00
Adam Howard
8faecbbe58 improve grammar in README (#2121)
* improve grammar in README

* Update README.md

Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2022-06-17 11:49:48 +04:00
Nthily
22bd94be6f Update compose version to 1.1.0 (#1935) 2022-03-08 23:21:17 +03:00
Nikolay Igotti
4af260d36a Move to 1.1.0 (#1882)
Co-authored-by: Roman Sedaikin <roman.sedaikin@jetbrains.com>
Co-authored-by: Igor Demin <igordmn@gmail.com>
2022-02-25 20:48:49 +03:00
Asad Dhorajiwala
ddb80e8161 Added link to Gradle tool window (#1757) 2022-01-27 18:03:53 +03:00
akurasov
b822900158 small corrections 2022-01-25 12:38:46 +03:00
Oleksandr Karpovich
e902beeece release 1.0.1-rc2 with 1.6.10 (#1590)
* move to kotlin 1.6.10-RC and corresponding compose commit

* Update path to the karma plugin we are patching

* Add ExperimentalComposeWebStyleApi

what worries me that this actually shows that there are some cases where without any changes apart version compiler people will have to worry about such annotations

* update kotlin version in templates to adopt 1.6.10-RC

* web: move ComposableWithNullableTypeParameter.kt to passing test cases

* update kotlin version in other places

* update imageviewer example: add OptIn for experimental API

* move compose

* move to kotlin 1.6.10 and corresponding compose

* move to kotlin 1.6.10 and corresponding compose

* move to 1.0.1-rc2

* move to 1.0.1-rc2 (todoapp)

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
Co-authored-by: Shagen Ogandzhanian <shagen.ogandzhanian@jetbrains.com>
2021-12-14 15:19:20 +01:00
Igor Demin
dbd0a21949 Modify replace.sh for replacing Compose version (#1511)
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```

They pollute templates/examples.

Now, all paths where we need to change the version are hardcoded in the script.

Usage:
```
./replace.sh 1.0.0-rc6
```

This script is planned to run on CI

In the future I will add support for changing Kotlin version
2021-12-08 10:32:18 +03:00
Igor Demin
559e9364f1 Move examples to 1.0.0 (#1524) 2021-12-01 20:23:48 +03:00
Igor Demin
21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
Igor Demin
493d7c775e Fix tutorials (#1208) 2021-09-28 13:55:15 +03:00
akurasov
1561b2736f Update README.md
fixing build version to Alpha
2021-08-13 15:37:34 +03:00
Iury Souza
38e3db13a2 doc(README): fix image height (#1000) 2021-08-05 20:43:37 +03:00
Igor Demin
4f1101b5ae Templates. Set fixed height (#996) 2021-08-04 15:02:45 +03:00
Nikolay Igotti
d499b350a2 Move to 1.0.0-alpha1 2021-08-04 09:41:56 +03:00
Nikolay Igotti
5b90f0d7b4 Combed up Getting Started tutorial 2021-08-03 13:39:12 +03:00
Igor Demin
1786de28a7 Sync/2021 07 30 (#961) 2021-07-31 00:38:25 +03:00
Igor Demin
82468294f4 Update Compose 2021-07-27 15:04:08 +03:00
Igor Demin
581b5f0b0a Update Compose + Migrate to 0.5.0-build262 / Kotlin 1.5.21 (#916) 2021-07-21 11:24:17 +03:00
Igor Demin
b1c0dadfb5 Update README.md 2021-07-12 09:34:45 +03:00
Igor Demin
94c3b9270a Update README.md 2021-07-12 09:33:58 +03:00
Igor Demin
435b378bb7 Fix tutorials 2021-06-15 17:03:18 +03:00
Igor Demin
cb3794a27e Docs for 0.4.0 (#722) 2021-05-31 18:42:31 +03:00
Nikolay Igotti
bf4f7051a2 Move to Kotlin 1.5.10 and Compose 0.4.0-rc1 2021-05-28 14:28:15 +03:00
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
2021-04-21 12:44:57 +03:00
Quentin Dommerc
11c7e52413 Fix typo in README.md (#420) 2021-02-24 21:06:36 +03:00
Igor Demin
c8f1a3df32 Update README.md 2021-02-23 13:28:06 +03:00
Nikolay Igotti
254251c844 Update README.md 2021-02-15 19:15:07 +03:00
cfnz
469f4a1204 Update Tutorial README.md as App unusable on Ubuntu with plugin version used in wizard tutorial (#376) 2021-02-15 19:12:35 +03:00
Igor Demin
2d9dc39d2b Tutorials. Migrate to 0.3.0-build146 2021-02-01 11:17:56 +03:00
Nikolay Igotti
a664d07c1a Check tutorials (#237) 2020-12-29 16:52:59 +03:00
Nikolay Igotti
a1e9faf947 Update README.md 2020-12-02 13:54:12 +03:00
Nikolay Igotti
f5d14e54fb Add wizard section 2020-11-30 11:07:57 +03:00
Nikolay Igotti
cbd97aa432 Update README.md 2020-11-26 13:05:41 +03:00
Nikolay Igotti
803ba02c49 Update README.md 2020-11-25 19:58:39 +03:00
Freek de Bruijn
d29feef8ad Update README.md (#71) 2020-11-10 09:25:15 +03:00
Nikolay Igotti
48e7a6c2c0 Getting started tutorial update. 2020-11-04 01:03:24 +03:00
Nikolay Igotti
eb8c7fdd44 Move tutorials and templates to m1-build57. 2020-11-02 09:58:17 +03:00
Andrew Rudenko
9e2359c174 rename tutorials main.md to README.md 2020-10-30 11:56:48 +01:00