Gradle warning Cannot assign 'LinkedHashMap' to 'Class' on IDEA

前端 未结 0 1006
北海茫月
北海茫月 2020-12-03 05:30

When I use this way to add a property:

ext {
    some = [
        ...
    ]
}

IDEA shows me a yellow warning on some:

<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题