I think we need to wait for the author’s response.
All proposed solutions do not work in particular when trying to build an android.

Михаил Лобачевский
@Михаил Лобачевский
0
Reputation
2
Posts
1
Profile views
0
Followers
0
Following
Best posts made by Михаил Лобачевский
This user hasn't posted anything yet.
Latest posts made by Михаил Лобачевский
-
RE: Adding external Libraries
-
RE: Adding external Libraries
I also did not find the answer in the documentation. The solution helped me:
(build.gradle.kts)korge {
id = "com.example.example" version = "0.0.1" name = "testapp" dependencyMulti("casper.types:typesKt:1.0.1")
}
There is probably a simpler and more obvious solution. but the gradle is hard for me