How to do `expect typealias Foo` `actual typealia...
# squarelibraries
d
How to do
expect typealias Foo
actual typealias Foo = SpecialNativePtr
with Kotlin Poet?
Nvm, Kotlin doesn't like it anyway.
j
yeah you probably want to expect a class and than actual typealias
d
Currently trying that. Compiler is not very happy with what I'm trying to achieve, so I've just dropped the whole thing.