avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

NOt compile with gradle 8.3 #200

Closed JgomesAT closed 5 months ago

JgomesAT commented 7 months ago

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

sergdeus commented 6 months ago

This package is no longer supported. I switched to this package: https://pub.dev/packages/app_links

It took 10 minutes.

avioli commented 5 months ago

This package is now marked as discontinued and app_links recommended replacement.