When I tried to build the example project in Visual Studio Code, I get the error:
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 ':wifi_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41
Is there any fork of this project that works in 2023 with Android API Level 31 or later?
When I tried to build the example project in Visual Studio Code, I get the error:
Is there any fork of this project that works in 2023 with Android API Level 31 or later?