MatteoJoliveau / PlugFace

Next generation Java general purpose plugin framework
https://plugface.matteojoliveau.com
MIT License
42 stars 11 forks source link

Kotlin support #17

Open irina-turova opened 5 years ago

irina-turova commented 5 years ago

Is there any kotlin support? I'd like to use kotlin plugins in my projects.

MatteoJoliveau commented 5 years ago

There is no official Kotlin support, meaning that I never personally tried it with Kotlin.

It should work mostly fine, but adding a more idiomatic Kotlin interface on top of the Java core would indeed be really nice.