korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am Getting "Supertypes of the following classes cannot be resolved." error!

min2222 opened this issue · comments

commented

Hi I am trying to decompress .imy file in Criminal Girls.
I created a new project with the code you fixed and most of them work successfully,
but when I try to run the most important encodeTest() method,
I get an error.
How to Fix it?
I will attach an my project and error log

criminalgirls.zip

Hey @min2222 As stated here: talestra/talestrakt#1 you are on you own. That code was written more than 3 years ago and I'm not maintaining it. It is using Korio 0.11.0 (now we are on 2.0.10) ! which is ultra-hyper-mega-outdated. It uses an old kotlinx.coroutines version and an old Kotlin version which is binary incompatible due to experimental coroutines. I'm sorry about that, but I instruct you to stop creating issues on the korlibs organization since here we are only supporting the latest 2.x version.
As said in the other issue, you can try to copy the IMY.kt file into a new project using the latest version of Kotlin, Korio and Korim. It might work, but even if not these Github issues are not a supporting channel, and I'm not supporting the code either. Sorry.

commented

Okay, but I have a question. There is a method called syncTest in the old version (0.11.0), but not in the latest version (2.0.10). What should I use instead of this method?

I guess it is called suspendTest