摘要:
我数据库使用Room, Dao层查询方法使用了suspend @Update(onConflict = OnConflictStrategy.IGNORE) suspend fun update(listMenu: List<TbMenu>) 然后就会报错, error: Type of the p 阅读全文
摘要:
kotlin升级到1.6.10后,我编译moshi报错,信息如下: Caused by: java.lang.IllegalStateException: Could not parse metadata! This should only happen if you're using Kotlin 阅读全文