Add new module for ir interpreter

This commit is contained in:
Ivan Kylchik
2020-06-18 21:35:20 +03:00
parent 49124709b8
commit 64aa0ec5c8
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,14 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
}
sourceSets {
"main" { projectDefault() }
"test" {}
}