added mensa and timetable parser

This commit is contained in:
2018-11-06 15:35:38 +01:00
parent 880c6482e8
commit 0430330801
4 changed files with 151 additions and 1 deletions

View File

@ -10,7 +10,8 @@ repositories {
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'org.jsoup:jsoup:1.11.3'
}
compileKotlin {