How do i start project for raspberry kotlin/native...
# kotlin-native
a
How do i start project for raspberry kotlin/native in intellij on my pc? And can i use java libs in them though maven/gradle?
d
You can't use java libs from Kotlin/Native sadly.
a
@Dominaezzz okk what about creation of project?
d
You can use the Kotlin/Native template in IntelliJ and change the target from
mingwX64
to
raspberrypi
.