It'd be nice to have Kotlin/Native samples in thei...
# kotlin-native
l
It'd be nice to have Kotlin/Native samples in their own repository so they're unbundled from everything else making Kotlin/Native run that is frequently updated, don't you think? When I read the instructions in top-level README that I assume are needed to run the samples, I see this:
The build can take about an hour on a Macbook Pro.
and I'm now thinking: "So… to run these simple samples, I need to wait for long… what if I have a MacBook Air? How many hours to run these samples??" Maybe there's another way, but for now, I'm close to dropping that new Kotlin/Native understanding attempt because of that time barrier.
2
j
Alternatively you may remove a line org.jetbrains.kotlin.native.home=<...> from all gradle.properties files. In this case the Gradle plugin downloads and uses a default compiler for this plugin version.
I def had trouble getting some of the samples to run. Not sure how well maintained they are
l
Yesw that's what I did, but took me half the night to get most samples to build (I had to disable several of them).