Also, I created a new project with the compose template and found out they don't use this option there 🤔.
j
jim
10/24/2019, 1:30 PM
Sorry, the
kotlinPlugin
option is an artifact from the way we do this in aosp, which somehow made it into our docs. I pinged our docs team to get this removed. Please do not specify
kotlinPlugin
.
👍🏼 2
jim
10/24/2019, 1:31 PM
The kotlin compiler plugin is installed by AGP when you specify
compose true
, which is currently not used in our repository, thus the discrepancy.