ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
21 stars 36 forks source link

Update build.gradle #32

Closed ettaegbe closed 2 months ago

ettaegbe commented 4 months ago

Fix of A problem occurred configuring project ':flutter_bluetooth_printer'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

 android {
     namespace 'com.example.namespace'
 }