Chapters

Hide chapters

Jetpack Compose by Tutorials

Second Edition · Android 13 · Kotlin 1.7 · Android Studio Dolphin

Section VI: Appendices

Section 6: 1 chapter
Show chapters Hide chapters

To follow along with this book, you’ll need the following:

  • Kotlin 1.7: Since Jetpack Compose relies on a special Kotlin compiler, you need Kotlin 1.7 both to write the code and for the compiler to process special Jetpack Compose annotations.
  • Android Studio Dolphin: Jetpack Compose is available publicly for use and doesn’t require any special versions of Android Studio. The minimum version of Android Studio the book supports is Android Studio Dolphin.
  • Android 5.1+: The minimumSdkVersion for the projects targets API 21, so you need a device or an emulator running API 21 or higher. Note for running UI Tests we recommend a device running at least Android 10.
  • Jetpack Compose 1.2.1 or greater: The projects for this are built using v1.2.1 of Jetpack Compose. You are free to use later versions, however we recommend sticking to the version used by the book to avoid any migration or compatability issues when following along.
Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.