https://kotlinlang.org logo
#amper
Title
# amper
j

Jacob Ras

11/13/2023, 8:11 PM
The tutorial on https://github.com/JetBrains/amper/blob/main/docs/Tutorial.md is a bit incomplete in parts. Some I noticed: • It says to copy
settings.gradle.kts
and the
/gradle
folder. However, without
gradlew (.bat)
, not much is going to happen. • It doesn't once mention how to run it (
gradlew run
). That's described on
Usage.md
but a tutorial should be a bit more complete • In step 7, the "new file layout" shows
android-app/src/main.kt
but that should be
android-app/src/MainActivity.kt
. It's correct in the linked full example code. It's nice how every step in the tutorial links to a working full example 👌🏼.
🙏 1