ribesg
09/29/2019, 12:49 PMrusshwolf
09/29/2019, 1:08 PMRBuilder
receiver, so it doesn't know that kita()
there is the same kita()
you defined above. No idea the root issue though.ribesg
09/30/2019, 1:58 PMnpm
dependencies instead of getting them from bintray using a normal dependency. Not sure if it was supposed to work, but replacing all instances of
implementation(npm("@jetbrains/xxx", "version"))
with
implementation("org.jetbrains:xxx:version")
worked