tschuehly / spring-view-component

Server-side UI components with spring boot
MIT License
185 stars 10 forks source link

Extract KTE to separate Module #19

Closed MariusSp closed 6 months ago

MariusSp commented 6 months ago

Disclaimer: I dont have gradle experience... Just trying to apply my maven knowledge.

Only tested the jte dependency. Resulting jar does not contain the kotlin-compiler-embeddable anymore.

tschuehly commented 6 months ago

I've fixed the kotlin dependency and added a gradle project for easier testing. The tests were all green for me

tschuehly commented 6 months ago

Tests run successfully, only the installation docs need to be updated!

tschuehly commented 6 months ago

@MariusSp Thank you very much for the contribution!