petri-lipponen-movesense / mdsflutter

Flutter plugin for MDS(Movesense Device Service) to be used for communicating with Movesense sensors.
MIT License
6 stars 8 forks source link

Missing namespace in the build.gradle file for the :mdsflutter module. #26

Open AravindhKnightDev opened 1 month ago

AravindhKnightDev commented 1 month ago

Failed to query the value of property 'buildFlowServiceProperty'.

Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@34f7ca3f of type BuildFlowService.Parameters A problem occurred configuring project ':mdsflutter'. Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

Plugin gradle is the problem. Need to upgrade in latest version. Kindly update namespace in the build.gradle.

84rrry commented 8 hours ago

I made a pr fixing this issue. @petri-lipponen-movesense can you please check it!