Join Slack
Powered by
How to do `expect typealias Foo` `actual typealia...
# squarelibraries
d
Dominaezzz
01/14/2020, 4:43 PM
How to do
expect typealias Foo
actual typealias Foo = SpecialNativePtr
with Kotlin Poet?
Dominaezzz
01/14/2020, 4:44 PM
Nvm, Kotlin doesn't like it anyway.
j
jw
01/14/2020, 5:02 PM
yeah you probably want to expect a class and than actual typealias
d
Dominaezzz
01/14/2020, 5:04 PM
Currently trying that. Compiler is not very happy with what I'm trying to achieve, so I've just dropped the whole thing.
Open in Slack
Previous
Next