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

Activity name misssing after generated #9

Closed anwarpro closed 2 years ago

anwarpro commented 2 years ago

In version 1.6, When activity names are not declared in a sequence, the first group of activity names missing from the generated class.

`

`

in this situation, A is missing.

gaelmarhic commented 2 years ago

Hey there @anwarpro!

First of all, thank you for your interest in Quadrant as well as for reporting this bug.

Thanks to your explanation, I was able to reproduce it.

I have already merged the fix (#10) to master and published a new version: https://github.com/gaelmarhic/Quadrant/releases/tag/v1.6.1 https://plugins.gradle.org/plugin/com.gaelmarhic.quadrant

Could you test it on your project and see if it works as expected?

Thanks again,

Gaël