added input stream and basic unit test, removed kotlin code

This commit is contained in:
2020-04-26 21:37:29 +01:00
parent ba704f18e5
commit 33aed799c0
14 changed files with 6083 additions and 477 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
.idea