You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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! :)
The text was updated successfully, but these errors were encountered:
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! :)
The text was updated successfully, but these errors were encountered: