Hey! I'm trying to get started with kotlin-dsl, an...
# gradle
k
Hey! I'm trying to get started with kotlin-dsl, and I tried running the example hello-kotlin (https://github.com/gradle/kotlin-dsl/tree/master/samples/hello-kotlin). I get a warning "Failed to initialize native filesystem for Windows" though, see the full log: (https://gist.github.com/flaghacker/2cb125f79b719b3d96e02a6a17148132). It doesn't happen when I build a second time, and running the app works just fine. How can I fix the problem?