diff --git a/android/build.gradle.kts b/android/build.gradle.kts index f2d8ce8..92cd3ec 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -26,6 +26,11 @@ subprojects { tasks.register("clean") { delete(rootProject.layout.buildDirectory) } +subprojects { + if (project.name == "desktop_drop") { + pluginManager.apply("org.jetbrains.kotlin.android") + } +} subprojects { plugins.withId("com.android.library") { extensions.configure { diff --git a/pubspec.lock b/pubspec.lock index cd5ebe6..70a2375 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: "direct main" description: name: desktop_drop - sha256: c65d1f959ccf4bb6803f984303d03e1e0dd4c0f73a3a2eca2d1b46d48ea16999 + sha256: "4c639b4cb80780d1cb94c3252309772e5e68522372181497bc9cd2fbd973aec1" url: "https://pub.dev" source: hosted - version: "0.8.2" + version: "0.8.3" device_info_plus: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 9d51472..399f484 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,7 +54,7 @@ dependencies: vibration: ^3.2.0 excel: ^4.0.6 file_picker: ^12.1.2 - desktop_drop: ^0.8.2 + desktop_drop: ^0.8.3 web: ^1.1.1 dev_dependencies: