Remove Kotlin for now
This commit is contained in:
parent
5568441526
commit
ff4f85d8a5
4 changed files with 0 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
|||
const Language = require('../struct/Language');
|
||||
|
||||
class Kotlin extends Language {
|
||||
constructor() {
|
||||
super('kotlin', {
|
||||
aliases: ['kotlin']
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Kotlin;
|
Loading…
Add table
Add a link
Reference in a new issue