Join Slack
Powered by
`compile(kotlin("stdlib", "1.2.0"))` won't help, y...
# gradle
c
Czar
12/13/2017, 10:31 AM
compile(kotlin("stdlib", "1.2.0"))
won't help, you'll have to specify it for all stdlib variants if you want to do it like that.
gradle.properties
is easier, IMO.
g
gildor
12/13/2017, 10:32 AM
Yes, I know, I just wrote how you can specify version in general for
kotlin()
helper
2
Views
Open in Slack
Previous
Next