added timetable widget for android devices

This commit is contained in:
2025-02-16 18:08:04 +01:00
parent 769fbc1b6a
commit b0bbad7f97
25 changed files with 650 additions and 300 deletions

View File

@@ -5,6 +5,16 @@ allprojects {
}
}
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"