05nelsonm / kmp-tor-resource

Tor resources for kmp-tor
Apache License 2.0
3 stars 0 forks source link

Downgrade `kotlin` to `1.9.24` #91

Closed 05nelsonm closed 1 week ago

05nelsonm commented 1 week ago

Unfortunately, kotlin version 2.0.21 still has major compatibility issues that will not be resolved until 2.1.0. As such, need to drop cklib usage for the time being (because it has a dependency on kotlin 2.0.0 and does not use compileOnly).

Refer to d49537b and acfc3b7