diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index f6e9e65af..5af9f3c70 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -42,6 +42,7 @@ export { GolangCompiler } from './golang'; export { HaskellCompiler } from './haskell'; export { ISPCCompiler } from './ispc'; export { JavaCompiler } from './java'; +export { KotlinCompiler } from './kotlin'; export { LDCCompiler } from './ldc'; export { LLCCompiler } from './llc'; export { LLVMmcaTool } from './llvm-mca'; |