Delete traces of "jet" in test data and unimportant code

This commit is contained in:
Alexander Udalov
2015-01-13 12:11:56 +03:00
parent 8a77fca449
commit f3b2193afd
21 changed files with 32 additions and 33 deletions
@@ -122,7 +122,7 @@ fun ModuleBuilder.defineModules() {
// Standard extensions are registered, adding custom ones
source mask "*.jav" language java // Non-standard extension for Java
source mask "*.jet" language kotlin
source mask "*.kt" language kotlin
resource mask "*.bundle"
module ("org.example.mymodule") {