Sent all the data required to create a notification within the message

This commit is contained in:
Matte23
2020-12-30 18:10:07 +01:00
parent c4e2c1950a
commit ceed971618
9 changed files with 199 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id("kotlin-platform-jvm")
id("application")
kotlin("jvm")
application
id("com.github.johnrengelman.shadow")
}