added mensa and timetable parser
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user