<@U0BUH9FRD> I also tried GTK. There was 1) a bug ...
# kotlin-native
t
@sdeleuze I also tried GTK. There was 1) a bug in cinterop: https://youtrack.jetbrains.com/issue/KT-17321 2) more than 3 GB memory required (it worked for me with 10 GB), 3) some serialization limit (org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException) when I tried to actually link a program with the resulting 330 MB gtk.kt.bc.
o
oh, cool, this is an interesting example of interop, we will work on lifting limits there
👍 1
could you please specify subsystem "Native" when reporting bugs using Kotlin tracker, otherwise they will likely be lost
o
I don’t think they will be “lost” but could take some more time to get to the right team.
t
I tried, but couldn't figure out the UI. The "subsystem" field isn't editable – the only fields I can change are "project", "type" and "affected versions".
o
you could set one while creating an issue, I fixed subsystem in 17321 for you
t
How? 🤔 This is what I get when I click the "Create Issue" button: https://slack-files.com/T09229ZC6-F4WMR58NQ-ac4b3ddd5b
o
ah, guess it looks different for JB employees and external people (or maybe creating account and logging in may help)
t
I do have an account. Maybe this needs to be opened up a bit. Is it better to report issues on Github?
o
Gitub reports are easier to track, if you cannot set subsystem in YouTrack.