packages/expo-modules-autolinking/android/expo-gradle-plugin/README.md
This project contains two Gradle plugins that are used to inject the necessary dependencies and configurations into an Android project that uses Expo modules. It also provides a shared project that contains common code for both plugins.
expo-autolinking-settings-pluginThe settings plugin is an entry point for our setup. It should be applied to the root settings.gradle file of the application.
Responsibilities:
expo package will depend on them rather than adding them directly to the app project.expo-autolinking-pluginThis plugin shouldn't be applied directly by the end user. It'll be applied by the expo package.
Responsibilities:
expo package.sharedThis project contains common code for both plugins.