AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.89k stars 246 forks source link

Using .Jar file in Kmm project #198

Open Omar7273 opened 7 months ago

Omar7273 commented 7 months ago

Hello, i extracted a .Jar file from my kmm library, how can i use that .Jar file in another KMM project. when i include it it appear with the files included in it. but when i try to use the classes that are exposed in the jar it doesn't appear that i'm reading them.

Naibainn commented 2 months ago

Hi, how did you extract .Jar file from KMM library?