Hi Everyone
I have a concern, I have a library with Kotlin and Java which placed in commonMain and jvmMain src sets. Once I build the library into jar file, is there any way that I can use the jar file in Windows application?
v
Vampire
04/17/2024, 9:54 PM
What does "in Windows application" mean?
t
Tom Huynh
04/18/2024, 1:44 AM
It mean the app that can run on Windows OS
v
Vampire
04/18/2024, 6:54 AM
Which "the" app?
If you mean whether you can run your built project on Windows, of course.