Hi Everyone I have a concern, I have a library wit...
# getting-started
t
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
What does "in Windows application" mean?
t
It mean the app that can run on Windows OS
v
Which "the" app? If you mean whether you can run your built project on Windows, of course.