AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using .Jar file in Kmm project

Omar7273 opened this issue · comments

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.