ikvmnet / ikvm

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

i can't use okhttp3 with okio #558

Open try2020-code opened 4 months ago

try2020-code commented 4 months 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 4 months ago

I found out that this okio package is written in Kotlin