@@ -27,14 +27,14 @@ dependencies {
2727 .. .
2828
2929 // Lets-Plot Kotlin API
30- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.8.0 " )
30+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
3131
3232 // Lets-Plot Multiplatform
33- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.4 .1" )
34- implementation(" org.jetbrains.lets-plot:platf-awt:4.4 .1" )
33+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5 .1" )
34+ implementation(" org.jetbrains.lets-plot:platf-awt:4.5 .1" )
3535
3636 // Lets-Plot Skia Frontend
37- implementation(" org.jetbrains.lets-plot:lets-plot-compose:1.0.4 " )
37+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:2. 1.0-alpha1 " )
3838}
3939```
4040See example: [ Compose desktop] ( https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-desktop/build.gradle.kts ) demo.
@@ -50,13 +50,13 @@ dependencies {
5050 implementation(" org.jetbrains.skiko:skiko-android:0.8.4" )
5151
5252 // Lets-Plot Kotlin API
53- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.8.0 " )
53+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
5454
5555 // Lets-Plot Multiplatform
56- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.4 .1" )
56+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5 .1" )
5757
5858 // Lets-Plot Skia Frontend
59- implementation(" org.jetbrains.lets-plot:lets-plot-compose:1 .0.4 " )
59+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:2 .0.0 " )
6060}
6161```
6262
@@ -73,14 +73,14 @@ dependencies {
7373 implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-x64:0.8.4" )
7474
7575 // Lets-Plot Kotlin API
76- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.8.0 " )
76+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
7777
7878 // Lets-Plot Multiplatform
79- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.4 .1" )
80- implementation(" org.jetbrains.lets-plot:platf-awt:4.4 .1" )
79+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5 .1" )
80+ implementation(" org.jetbrains.lets-plot:platf-awt:4.5 .1" )
8181
8282 // Lets-Plot Skia Frontend
83- implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:1.0.4 " )
83+ implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:2. 1.0-alpha1 " )
8484}
8585```
8686
0 commit comments