summaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)Author
2017-09-28Update .gitignore to include gradle-wrapper.jarFabian Mastenbroek
This change updates the .gitignore to include the gradle-wrapper in the repository.
2017-09-01Finish basic implementation of simulatorFabian Mastenbroek
This change introduces a basic coroutine-based simulator implementation. The simulator currently misses the crucial ability to send messages over channels, which will be implemented in later commits.
2017-08-08Fix copyright headers and licenseFabian Mastenbroek
This change fixes the copyright headers and license of the project in order to assign the copyright to atlarge-research.
2017-07-22Add Gradle configuration for KotlinFabian Mastenbroek
This change adds a Gradle build file to the repository, which will build the Kotlin project.