Skip to content

Commit d5020ef

Browse files
authored
update: note on older AGP version in starting tutorials (JetBrains#326)
1 parent 6ae6d96 commit d5020ef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

topics/compose-onboard/compose-multiplatform-create-first-app.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,14 @@ To begin, create a sample project. This is best achieved with the Kotlin Multipl
5858
3. Navigate to the unpacked "ComposeDemo" folder and then click **Open**.
5959

6060
Android Studio detects that the folder contains a Gradle build file and opens the folder as a new project.
61-
6261
If you didn't select iOS in the wizard, you won't have the folders whose names begin with "ios" or "apple".
6362

63+
> Android Studio may automatically suggest upgrading the Android Gradle plugin in the project to the latest version.
64+
> We don't recommend upgrading as Kotlin Multiplatform is not compatible with the latest AGP version
65+
> (see the [compatibility table](https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#version-compatibility)).
66+
>
67+
{style="note"}
68+
6469
4. The default view in Android Studio is optimized for Android development. To see the full file structure of the project,
6570
which is more convenient for multiplatform development, switch the view from **Android** to **Project**:
6671

topics/multiplatform-onboard/multiplatform-create-first-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ The following instructions assume that you have all software necessary for the p
4848

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

51+
> Android Studio may automatically suggest upgrading the Android Gradle plugin in the project to the latest version.
52+
> We don't recommend upgrading as Kotlin Multiplatform is not compatible with the latest AGP version
53+
> (see the [compatibility table](https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#version-compatibility)).
54+
>
55+
{style="note"}
56+
5157
4. The default view in Android Studio is optimized for Android development. To see the full file structure of the project,
5258
which is more convenient for multiplatform development, switch the view from **Android** to **Project**:
5359

0 commit comments

Comments
 (0)