12 2021 档案
发表于 2021-12-17 10:13阅读:648评论:0推荐:0
摘要:我数据库使用Room, Dao层查询方法使用了suspend @Update(onConflict = OnConflictStrategy.IGNORE) suspend fun update(listMenu: List<TbMenu>) 然后就会报错, error: Type of the p
阅读全文 »
发表于 2021-12-17 09:42阅读:857评论:0推荐:0
摘要:kotlin升级到1.6.10后,我编译moshi报错,信息如下: Caused by: java.lang.IllegalStateException: Could not parse metadata! This should only happen if you're using Kotlin
阅读全文 »