From 8f95a8061f9d0c25b0a7a7c3c602ea0172caaa0f Mon Sep 17 00:00:00 2001 From: James Leahy Date: Sat, 8 Jun 2024 12:16:00 +0200 Subject: [PATCH] chore: rename messages_gKt --- .../plus/wakelock/{Messages.g.kt => WakelockPlusMessages.g.kt} | 0 wakelock_plus/pigeons/messages.dart | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/{Messages.g.kt => WakelockPlusMessages.g.kt} (100%) diff --git a/wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/Messages.g.kt b/wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/WakelockPlusMessages.g.kt similarity index 100% rename from wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/Messages.g.kt rename to wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/WakelockPlusMessages.g.kt diff --git a/wakelock_plus/pigeons/messages.dart b/wakelock_plus/pigeons/messages.dart index d1bcbfb..9ee49a1 100644 --- a/wakelock_plus/pigeons/messages.dart +++ b/wakelock_plus/pigeons/messages.dart @@ -20,7 +20,7 @@ class IsEnabledMessage { ), kotlinOptions: KotlinOptions(errorClassName: "WakelockPlusFlutterError"), kotlinOut: - 'android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/Messages.g.kt', + 'android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/WakelockPlusMessages.g.kt', )) @HostApi(dartHostTestHandler: 'TestWakelockPlusApi') abstract class WakelockPlusApi {