Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Exception when trying to upgrade to Kotlin 1.4.10 in Android Studio

It seems like the issue might be with moshi codegen. Could you please try to update moshi version to the latest one: https://github.com/square/moshi/releases?


On my end I had to update Room to version 2.2.5

So if you've got any libraries using kapt, you might have to update them to a more recent version.

Tags:

Android

Gradle

Kotlin

Related

Type 'State<List<User>?>' has no method 'getValue(Nothing?, KProperty<*>)' and thus it cannot serve as a delegate Rearrange a number into non-English alphabetical order in Raku How can I send an HTTP request from my FastAPI app to another site (API)? change specific values in dataframe if one cell in a row is null Flutter The named parameter 'colors' isn't defined in SweepGradient What is the purpose of a custom React reconciler within a DOM host? Asyncio event loop is closed when using asyncio.run() How to setup Tailwind for a new Angular project? how to sum file size from ls like output log with Bytes, KiB, MiB, GiB Why can't I convert from 'out BaseClass' to 'out DerivedClass'? Understanding why super() is deprecated in a React class component structural type extending another structural type

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy