ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.5.3

后端 未结 6 1535
别那么骄傲
别那么骄傲 2021-02-19 23:10

Im working on an Android App, currently using DSL and some libraries, suddenly the build gave me this error.

Task :app:kaptDebugKotlin FAILED ANTLR Tool

6条回答
  •  太阳男子
    2021-02-19 23:43

    For anyone still experiencing this issue, just update your Room to the latest version:

    androidx.room:room-runtime:2.3.0-alpha04
    androidx.room:room-compiler:2.3.0-alpha04
    

    It's due to this bug: https://issuetracker.google.com/issues/155215201

提交回复
热议问题