ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.21k stars 111 forks source link

i can't use okhttp3 with okio #558

Open try2020-code opened 1 month ago

try2020-code commented 1 month ago

image

im sure i already use the pkg to my project l <MavenReference Include="com.squareup.okio:okio" Version="3.6.0" />

but its didn't working,

and then

Decompile the jar and find that it has no classes

image

there have not any code , i need help

try2020-code commented 1 month ago

I found out that this okio package is written in Kotlin