You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e: [ksp] java.lang.IllegalArgumentException: this and base files have different roots: Z:\build\ProjectX\app\generated\ksp\stagingDebug\java\cz\packagename\data\database\dao\UserOauthDao_Impl.java and D:\Projects\company\ProjectX\app.
at kotlin.io.FilesKt__UtilsKt.toRelativeString(Utils.kt:117)
at kotlin.io.FilesKt__UtilsKt.relativeTo(Utils.kt:128)
at com.google.devtools.ksp.processing.impl.CodeGeneratorImpl.associate(CodeGeneratorImpl.kt:119)
at com.google.devtools.ksp.processing.impl.CodeGeneratorImpl.createNewFile(CodeGeneratorImpl.kt:92)
at androidx.room.compiler.processing.ksp.KspFiler.createNewFile(KspFiler.kt:106)
at androidx.room.compiler.processing.ksp.KspFiler.write(KspFiler.kt:41)
at androidx.room.compiler.processing.XFilerKt.writeTo(XFiler.kt:44)
at androidx.room.compiler.processing.XFilerKt.writeTo$default(XFiler.kt:43)
at androidx.room.writer.ClassWriter.write(ClassWriter.kt:75)
at androidx.room.DatabaseProcessingStep.process(DatabaseProcessingStep.kt:111)
at androidx.room.DatabaseProcessingStep.process(DatabaseProcessingStep.kt:42)
The text was updated successfully, but these errors were encountered:
KSP didn't respect gradle
buildDir
variable.Using RAM disk (
Z:
drive) for build folders:USER_HOME/.gradle/init.gradle
app/build.gradle
But build failed with:
The text was updated successfully, but these errors were encountered: