· In that new recommended way is to use Koltin build instead of groovy. So, when I created the new project, I got both Module and Project level build.gradle.kts files highlighted in … When I change the gradle version of the application to 8.x, the isar_flutter_libs dependency does not have a namespace property, so I get the error ; 'There was a problem configuring project … · Problem: I want to use ksp with room. On adding ksp (libs.androidx.room.compiler) in the module level build.gradle.kts file, I get the following error: Unable to load class … · The ideal solution would be for the plugin to use the libs file from the project it is applied to, but it looks like the version catalog needs to be created in the settings file, before … Thanks for the response, As I mentioned, adding aar to libs is automated by a Android studio plugin which in developing, So I want to know whether the dependency which the plugin adds … · I'm trying to use the new Android Studio but I can't seem to get it working correctly. I'm using the Gson library to serialize/deserialize JSON-objects. But the library somehow isn't … · I have migrated my build to use version catalogs. I have removed the following from my build.gradle plugins { id 'kotlin-android' id 'kotlin-kapt' } and kapt "androidx.room:room …