Skip to content

Commit 8fb0d15

Browse files
committed
fix: preciser
1 parent dd65d31 commit 8fb0d15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/development/multiplatform-project-agp-9-migration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Projects where multiplatform modules configured Android targets using the `com.android.application` plugin
44
need to be restructured to upgrade to Android Gradle plugin 9.0.
5-
AGP deprecates several APIs, but provides a new [Android Gradle Library plugin](https://developer.android.com/kotlin/multiplatform/plugin)
5+
AGP 9 deprecates several APIs which are used by Kotlin Multiplatform,
6+
but provides a new [Android Gradle Library plugin](https://developer.android.com/kotlin/multiplatform/plugin)
67
to be used instead.
78

89
The following guide shows how to swap the plugins and restructure the project at the same time.

0 commit comments

Comments
 (0)