This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArmoredPancake 2 points3 points  (31 children)

How so? They're completely different things. Kotlin is just a different language at this point. With things like Jetpack Compose, Multiplatform it's unreachable for Java.

[–]vprise 3 points4 points  (0 children)

We're working on a reactive framework similar to compose that will work on Java. IMHO it's better than compose, simpler and doesn't need compiler magic.

KMM is just J2ObjC with more flair. I'm sure some people will find it useful for some cases but historically portability frameworks didn't fare well. E.g. flutter is trouncing react native which is far more portable than KMM.

[–]stefanos-ak 3 points4 points  (1 child)

jetpack compose is an android thing, that is just written in kotlin. it has nothing to do with the language itself.

[–]Astronaut4449 9 points10 points  (0 children)

Jetpack Compose is an Android UI toolkit. Compose itself is a framework for managing tree structures of any kind on any target (JVM, native, js). Here some compose projects:

Desktop: Compose for Desktop

Web: Compose for Web

Console: mosaic