uni_links icon indicating copy to clipboard operation
uni_links copied to clipboard

NOt compile with gradle 8.3

Open JgomesAT opened this issue 11 months ago • 0 comments

We have an erro to build with gradle 8.3:

Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@14c90df3 of type BuildFlowService.Parameters A problem occurred configuring project ':uni_links'. > 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.

       If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
       

It's necessary to add the namespace in the build.gradle of this library

JgomesAT avatar Mar 11 '24 13:03 JgomesAT