https://kotlinlang.org logo
#android-studio
Title
# android-studio
k

kevindmoore

09/28/2023, 11:52 PM
What is the possibility of writing Intellij IDEs in a pure Kotlin compiled UI without the slowness of Java Swing?
Just thoughts while I wait for my build to compile....
c

Chris Sinco [G]

09/30/2023, 3:48 AM
We are exploring using Compose for Desktop
c

Colton Idle

10/01/2023, 4:28 AM
It'd be soooo cool to have it built with compose. but migrating seems like suuuuuuuch a big project.
c

Chris Sinco [G]

10/02/2023, 2:24 AM
At this point we are looking only to write new features in Compose. Not necessarily migrate old features.
k

kevindmoore

10/02/2023, 8:08 PM
As a long time Swing Developer, I rewrote all my apps in Flutter and they are so much faster. Anything to improve overall memory and CPU usage would be great
👀 1
👍 2
c

Chris Sinco [G]

10/02/2023, 11:47 PM
Improving those things (CPU, memory) aren’t our primary goals for this work - it’s mainly to help our devs be more productive with building complex UI with a more modern UI toolkit, and it helps a lot ofc that the same org also works on Jetpack Compose. But if performance does get significantly better, even more reason to migrate more of the IDE in the future. At a minimum it should not regress from the Swing implementations.
K 2