MarlonJD / babylonjs_viewer

Flutter 3D Model Viewer with BabylonJS Viewer
MIT License
27 stars 10 forks source link

Unable to build - gradle version #15

Closed nebis-software closed 1 year ago

nebis-software commented 1 year ago

Hi, newbie here! I am trying to build a simple example, but it says:

[   +8 ms] FAILURE: Build failed with an exception.
[   +3 ms] * 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_gl' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61

but the flutter_gl plugin should be alreay updated... did i miss some setting? Thanks!!

MarlonJD commented 1 year ago

Can you share your android/build.gradle? there is no dependency of flutter_gl for this project

nebis-software commented 1 year ago

Sorry my bad, it was a leftover from a previous unrelated test.