Aehr

Results 3 comments of Aehr

Another workaround without excludes is to pin the version with `stricktly`: ``` buildscript { repositories { /*..*/ } dependencies { classpath("com.fasterxml.jackson.core:jackson-databind") { version{ strictly("2.11.3") } } classpath("org.openapitools:openapi-generator:6.2.0") } } ```...

> to whom it may concern, my workaround is to make a proxy destination in each module that would be a Destination and use my screen directly: > > ```...

As soon it is ready, it should be added to the KMP library lists of: * https://github.com/AAkira/Kotlin-Multiplatform-Libraries * https://github.com/terrakok/kmp-awesome And thank you for your awesome work!! You did a great...