sunragav
11/12/2024, 9:14 PMextensions.configure<KspExtension> {
arg("room.generateKotlin", "true")
}
, it generates the AutoMigration classes as internal kotlin classes. the unit tests are all failing because, the internal classes could not be accessed from the unit tests.
Is there a way to generate public AutoMigration classes instead of internal classes?
What is the solution for this?sunragav
11/14/2024, 5:04 AMsunragav
11/14/2024, 5:05 AM