gaelmarhic / Quadrant

A Gradle plugin for Android that makes navigation easy in multi-module projects.
Apache License 2.0
216 stars 13 forks source link

fix: register extension before evaluated #17

Closed MasaHirano closed 8 months ago

MasaHirano commented 8 months ago

Follows up #16

Current state

The quadrantConfig is not registered in the extension container even when the plugin is applied to the module.

The reason is that the extension configuration is now created and added to the container after the project is evaluated. It has to be done before the evaluation.

Target state

quadrantConfig is recognized and works as described in README.md

gaelmarhic commented 8 months ago

Hey @alpaca0984 , Thanks! I've published version 1.9.1 which contains the fix: https://github.com/gaelmarhic/Quadrant/releases/tag/v1.9.1 https://plugins.gradle.org/plugin/com.gaelmarhic.quadrant/1.9.1 Thanks again!