From b599578469801a7c8dabd69889b4e3577b146f36 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 27 Apr 2026 15:19:28 -0700 Subject: [PATCH 1/2] Move "Update the plugin's pubspec.yaml" outside of tab https://github.com/flutter/website/issues/13315 --- .../migrate-to-built-in-kotlin/for-plugin-authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md b/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md index 230bf1ab51..2f8e5ab9c2 100644 --- a/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md +++ b/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md @@ -160,6 +160,7 @@ kotlin { // ... ``` + ### Update the plugin's `pubspec.yaml` From 4d82124773cea2dc9516d9cc0be9d14a88f92f4f Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 27 Apr 2026 15:22:24 -0700 Subject: [PATCH 2/2] Update src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .../migrate-to-built-in-kotlin/for-plugin-authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md b/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md index 2f8e5ab9c2..8762262721 100644 --- a/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md +++ b/src/content/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors.md @@ -161,6 +161,7 @@ kotlin { // ... ``` + ### Update the plugin's `pubspec.yaml`