File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,6 @@ was eventually removed from the JDK and you will need to procure it like any oth
155155
156156[ Docs for JavaFX here] ( https://openjfx.io/openjfx-docs/ )
157157
158- Path #3 is to branch out to a different language. Kotlin and C# are decent choices for this from what I can
159- tell. In Kotlin in particular there is a GUI framework called Jetpack Compose.
160-
161- [ Getting Started for Jetpack Compose here] ( https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html )
162-
163158## Learn a New Language
164159
165160An unfortunate truth is that you cannot use Java for everything.
@@ -231,6 +226,12 @@ you do to make a full app in it, but it can't hurt.
231226
232227[ Kotlin Android Tutorial here] ( https://kotlinlang.org/docs/android-overview.html )
233228
229+ If you want to make Desktop or Mobile apps in Kotlin it is probably also worth checking out
230+ Jetpack Compose.
231+
232+ [ Getting Started for Jetpack Compose here] ( https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html )
233+
234+
234235### Others
235236
236237Other languages you might want to learn that I haven't written up
You can’t perform that action at this time.
0 commit comments