Nimrodda / flutter_nsd

A Flutter plugin that enables Network Service Discovery (mDNS) on various platforms via their native APIs.
Apache License 2.0
34 stars 8 forks source link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher #42

Closed mdev88 closed 1 year ago

mdev88 commented 2 years ago

Hello

I wanted to try this plugin but I get the following error while compiling:

FAILURE: Build failed with an exception.

* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_nsd' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 858ms
Exception: Gradle task assembleDebug failed with exit code 1
Nimrodda commented 2 years ago

Hi, it looks like the kotlin version of the plugin needs to be updated. Feel free to submit a PR.

On Thu, 24 Nov 2022, 14.16 M, @.***> wrote:

Hello

I wanted to try this plugin but I get the following error while compiling:

FAILURE: Build failed with an exception.

  • What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':flutter_nsd' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0

  • Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 858ms Exception: Gradle task assembleDebug failed with exit code 1

— Reply to this email directly, view it on GitHub https://github.com/Nimrodda/flutter_nsd/issues/42, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABERNDM3Z4ANNLIHYD55TTWJ5MC5ANCNFSM6AAAAAASKKYKOU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vladotesanovic commented 1 year ago

Hi Nimrod, Martin

When do you plan to release this?

Nimrodda commented 1 year ago

I'll publish a new release in a few hours

Nimrodda commented 1 year ago

Version 1.4.0 is now published