Migrate to Jetpack compose error: Unbound symbols not allowed

前端 未结 3 950

I wanted to migrate my existing project to partially use Jetpack compose for it.
So I opened it using Android studio 4.2-canary9 and added

3条回答
  •  忘了有多久
    2021-02-07 13:03

    I had the same problem. As a workaround, I replaced all Kotlin synthetic with ViewBinding. After I did it everything worked.

提交回复
热议问题