cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

JTransc support #450

Open soywiz opened 7 years ago

soywiz commented 7 years ago

Yesterday I listened the Kobalt session of Kotlin podcast. And rediscovered this awesome project. I suffer the problems from Gradle as well and after trying gradle kotlin dsl i still feel that it wont solve my problems.

And I was wondering if it is possible to use kobalt in my jtransc project for both: compiling and deploying the project itself and to provide a kobalt plugin to support this.

https://github.com/jtransc/jtransc

My project aims to aot jvm bytecode into several targets like javascript, c++ or some exotic ones like as3 or dart.

Would kobalt plugin system allow me to provide a configuration block, custom tasks per target and to call my code after generate class files so i can generate an executable, a js file or a swf file for example?

Thanks in advance! And keep up the good work! :)

cbeust commented 7 years ago

Hi Carlos,

I'll take a look at your project and I'll get back to you.