rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.24k stars 67 forks source link

Support jvm 9+, Jigsaw module #131

Closed SchweinchenFuntik closed 4 years ago

SchweinchenFuntik commented 4 years ago

append support Jigsaw module

rjaros commented 4 years ago

What do you mean by Jigsaw module support? KVision is a Kotlin/JS project, and it doesn't work on JVM. Most of KVision jars doesn't contain any Java classes. The only parts using Java/JVM are bindings for Ktor, Spring and Jooby servers. But as I'm still using JDK8, I don't even know what should/could be done about this.

SchweinchenFuntik commented 4 years ago

yes, I meant the server side

rjaros commented 4 years ago

Do you have any issues running KVision fullstack apps on Java9+? What server do you use? Could you give more details about your problems?

SchweinchenFuntik commented 4 years ago

I haven’t started yet, I plan to transfer the server to java 11+, and modify the client part, so I looked at KVision

SchweinchenFuntik commented 4 years ago

I'll try to run and write about the results