Skip to content

Commit 9b02a67

Browse files
committed
Update what_now.md
1 parent 2a4a09b commit 9b02a67

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/conclusion/what_now.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

165160
An 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

236237
Other languages you might want to learn that I haven't written up

0 commit comments

Comments
 (0)