Hello, are any aware of a ESP8266Wifi project usi...
# kotlin-native
t
Hello, are any aware of a ESP8266Wifi project using kotlin native ? (and or anyone in progress of so ) ๐Ÿ™‚
๐Ÿ‘ 1
@olonho for the ESP8266 ? ๐Ÿ™‚ there are quite a lot on this, eg https://github.com/esp8266/Arduino
o
ah, so it doesn't use Kotlin/Native yet ๐Ÿ˜ž. Anyway, we would support firmware written in Kotlin/Native efforts with pleasure.
t
ahh i think you misread the question then ๐Ÿ˜› well, as fas as i can tell, the issue is basically linking this with kotlin; is the easiest just to follow https://github.com/nishtahir/ktnative-wiringpi-sample ?
o
currently Kotlin/Native compiler assumes that it links the final executable, so following Nish's sample is fine, we're also working on making dynamic libraries from Kotlin code, so that it could be linked into existing program.
t
cool, i might look into it in a near future ๐Ÿ™‚ iff, then ill link it ๐Ÿ˜‰