Skip to content

update: note on older AGP version #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ To begin, create a sample project. This is best achieved with the Kotlin Multipl
3. Navigate to the unpacked "ComposeDemo" folder and then click **Open**.

Android Studio detects that the folder contains a Gradle build file and opens the folder as a new project.

If you didn't select iOS in the wizard, you won't have the folders whose names begin with "ios" or "apple".

> Android Studio may automatically suggest upgrading the Android Gradle plugin in the project to the latest version.
> We don't recommend upgrading as Kotlin Multiplatform is not compatible with the latest AGP version
> (see the [compatibility table](https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#version-compatibility)).
>
{style="note"}

4. The default view in Android Studio is optimized for Android development. To see the full file structure of the project,
which is more convenient for multiplatform development, switch the view from **Android** to **Project**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ The following instructions assume that you have all software necessary for the p

Android Studio detects that the folder contains a Gradle build file and opens the folder as a new project.

> Android Studio may automatically suggest upgrading the Android Gradle plugin in the project to the latest version.
> We don't recommend upgrading as Kotlin Multiplatform is not compatible with the latest AGP version
> (see the [compatibility table](https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#version-compatibility)).
>
{style="note"}

4. The default view in Android Studio is optimized for Android development. To see the full file structure of the project,
which is more convenient for multiplatform development, switch the view from **Android** to **Project**:

Expand Down