Hi team, I want to ask even though room already ha...
# room
h
Hi team, I want to ask even though room already has upgrade version the library but why they still not removing? :
Copy code
// The Room compiler generates the `actual` implementations.
@Suppress("NO_ACTUAL_FOR_EXPECT")
expect object AppDatabaseConstructor : RoomDatabaseConstructor<AppDatabase>
a
Because the warning comes from kotlin and not room. Thus they simply can't do it.
h
even when running ./gradlew build is fail