Metadata-Version: 2.1
Name: Kcompiler
Version: 1.0.0
Author: Wambua aka Bullet Angel
License: MIT
Keywords: kotlin_compiler,compile_kotlin,compile,run_kotlin
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# kcompiler
Compile kotlin files to .jar files,
Run .jar files using java,
Compile kotlin directories.

# Requirents
```shell
openjdk-11-jdk
kotlin
```

# Applicable commands
```shell
krun
kcompiler
compile
kotlin_compiler
compile_kotlin
```
# Arguments
```shell
-h/--help
```
help message

```shell
-run
```
run only

```shell
-CR
```
compile and run

```shell
input
```
target file or folder/directory


# Usange
```shell
kcompiler hello.kt
```
```shell
kcompiler hello.kt -CR
```
```shell
kcompiler /home/user/kotlin
```
```shell
kcombiler hello.jar -run
```
