I haven't modified anything, i simply just run "./...
# gradle
a
I haven't modified anything, i simply just run "./gradlew tasks"
s
aurimas: i just cloned the repo and tried it. Working fine without any issues.
Copy code
~/kotlin-dsl/samples/multi-project-with-buildSrc (master)
$ ./gradlew tasks
..
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
a
It does not for me 😕 How do I go about debugging this?
uhhhggg, turns out Android Studio created build.gradle in this directory
removing that fixed the problem
n
Far easier to try out the Kotlin DSL samples using IntelliJ.
d
so Android Studio isn't supported yet? i tried
hello-android
and can't compile it too
n
Best to wait until Google have added support for Gradle Kotlin DSL in Android Studio.
Kotlin DSL requires the most recent Idea Platform I think? Not a problem if using IntelliJ. Android Studio tends to lag behind with the version of Idea Platform that is used.