Closed mathemandy closed 6 years ago
i solved the issue. I use kotlin in my Project and i was not able to generate the code.
Replacing
dependencies { compile 'com.github.aartikov.Alligator:alligator:2.2.0' annotationProcessor 'com.github.aartikov.Alligator:alligator-compiler:2.2.0' }
with
dependencies { compile 'com.github.aartikov.Alligator:alligator:2.2.0' kapt 'com.github.aartikov.Alligator:alligator-compiler:2.2.0' }
solved the issue
Please assist me as the expected generated class is not generating. I have annnotated all the fragments and activities with The
@Register
annotation :( @aartikov Thanks