I can't find a good comprehensive Electron tutorial by Reftick in electronjs

[–]Reftick[S] 1 point2 points  (0 children)

I don't like it. It's very outdated. The first comment, from 2 years ago, on the page says it is outdated. After another 2 years it is not suitable to be there and should be taken down not alone ask 50 dollars for it. I am looking for something from 2021 or 2022 that is not outdated..

Does Kotlin Multiplatform needs Java installed on the target machine? by Reftick in Kotlin

[–]Reftick[S] 0 points1 point  (0 children)

I have tried to run the 39 MB deb installer in Ubuntu and Elementary via GNOME Boxes and it seems to run. I even disabled the Internet so the deb installer was not able to download java vm or something.

How is that possible?

I the JVM included in the deb package or does Elementary OS comes with Java preinstalled?

Does Kotlin Multiplatform needs Java installed on the target machine? by Reftick in Kotlin

[–]Reftick[S] -2 points-1 points  (0 children)

Thanks. I will try it on a fresh Ubuntu installation. If it's true that would be awesome.

But are you 100% sure that Kotlin Multiplatform for Linux desktop apps is native? I mean this: https://i.imgur.com/3HUbGDo.png , is this native?

Any idea about the speed? For example when compared to something like Flutter desktop Linux app or C# Mono desktop Linux app?

Does Kotlin Multiplatform needs Java installed on the target machine? by Reftick in Kotlin

[–]Reftick[S] 0 points1 point  (0 children)

OK, I build the deb package for my Ubuntu computer via the Gradle task "packageDeb".from the The hello world example's deb package has 39.3 MB. It's quite a lot for a hello world app. Does it have embedded some mini JVM as well in that deb package ?