Added data type EventTask.kt for the task fragment; added timetableId to StudIPEvent.kt to assign events with a specific timetable, for a future implementation of being able to store multiple timetables simultaneously; database scheme will now be exported to allow for automatic migrations

This commit is contained in:
denizk0461
2023-05-21 15:29:34 +02:00
parent 2675e5b7f3
commit b21953c571
11 changed files with 667 additions and 5 deletions
+4
View File
@@ -20,6 +20,10 @@ android {
buildConfigField("long", "BUILD_TIME_MILLIS", "${System.currentTimeMillis()}L")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions {
arguments += mapOf("room.schemaLocation" to "${projectDir}/schemas")
}
}
buildTypes {