Is it possible to make a library module that is pure Kotlin (without a target platform like JVM or JS), so that it can be consumed by any other Kotlin module?

Not yet, but it will be possible in future after full migration to IR and klib format.

5 Likes