Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kapt: Properly fix annotation ordering issue. #75

Closed
wants to merge 1 commit into from

Commits on Sep 4, 2023

  1. Kapt: Properly fix annotation ordering issue.

    As per KT-51087, kapt generated annotations in
     reverse order, which was important for Yatagan.
    This CL adds logic to reverse annotations based
     on kotlin metadata version check.
    
    The ultimate reason for the fix was that
    `room-compiler-processing-testing` in `2.6.0-beta01`
    migrated to 1.9.x Kotlin compiler and some tests were broken.
    
    Closes #74
    Fedor Ihnatkevich committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fdaec42 View commit details
    Browse the repository at this point in the history