You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Lets-Plot Skia Frontend** is a Kotlin Multiplatform library that allows you to embed \
9
-
[Lets-Plot](https://github.com/JetBrains/lets-plot) charts in a [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform), Java Swing or Android application.
8
+
**Lets-Plot Compose Frontend** is a Kotlin Multiplatform library that allows you to embed \
9
+
[Lets-Plot](https://github.com/JetBrains/lets-plot) charts in a [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform) (Desktop, Android) application.
10
10
11
11
### Supported Targets
12
-
-**Compose Desktop** (macOS, Windows, Linux)\
13
-
For more information see [Compose multiplatform compatibility and versioning overview](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html).
14
-
-**Android** (`lets-plot-skia` <= v2.0.0. New versions temporarily don't support Android due to [SKIKO-761](https://youtrack.jetbrains.com/issue/SKIKO-761))
15
-
-**Java Swing**
12
+
13
+
-**Desktop** (macOS, Windows, Linux)
14
+
-**Android**
15
+
16
+
For more details see [Compose multiplatform compatibility and versioning overview](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html).
17
+
16
18
17
19

18
20
19
21
## Dependencies
20
22
21
-
See release notes for the latest version of the dependencies: [v2.2.1](https://github.com/JetBrains/lets-plot-skia/blob/main/CHANGELOG.md#compatibility)
23
+
See release notes for the latest version of the dependencies: [v2.2.1](https://github.com/JetBrains/lets-plot-compose/blob/main/CHANGELOG.md#compatibility)
See example: [Compose desktop](https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-desktop/build.gradle.kts) demo.
41
42
42
-
### Compose Android
43
-
44
-
#### Note: the latest supported version is `lets-plot-skia` v2.0.0. The new versions temporarily don't support Android due to [SKIKO-761](https://youtrack.jetbrains.com/issue/SKIKO-761).
Changing the version of `Skiko` or `Compose Multiplatform` may lead to compatibility issues and runtime errors like `MethodNotFound` or `ClassNotFound`.
14
-
15
-
The safest way to avoid these issues is to use the version of `Skiko` that was used to build your version of `Compose Multiplatform`.
16
-
17
-
To find the correct `Skiko` version:
18
-
19
-
1. Open the `.pom` file corresponding to your `Compose Multiplatform` version.
20
-
2. Search within the `.pom` file for the `Skiko` version.
21
-
22
-
For example, if you're using `ui-desktop-1.6.10.pom`, the link will be:
Copy file name to clipboardExpand all lines: devdocs/RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,10 @@ Check all artifacts were uploaded and validated, then push the "Publish" button.
38
38
39
39
### Add the GitHub Release:
40
40
41
-
* Open the link: https://github.com/JetBrains/lets-plot-skia/releases/new
41
+
* Open the link: https://github.com/JetBrains/lets-plot-compose/releases/new
42
42
* Fill `Tag version` and `Release title` with the released version: "vX.X.X"
43
43
* Fill the description field - copy from the CHANGELOG.md
44
44
45
45
### Update Dependant Projects
46
46
47
-
- Update the version of the `lets-plot-skia` dependency in the [lets-plot-compose-demos](https://github.com/JetBrains/lets-plot-compose-demos) project.
47
+
- Update the version of the `lets-plot-compose` dependency in the [lets-plot-compose-demos](https://github.com/JetBrains/lets-plot-compose-demos) project.
0 commit comments