Join Slack
Powered by
Is there a recommended way to enable progressive m...
# gradle
m
mp
10/29/2018, 3:48 PM
Is there a recommended way to enable progressive mode compilation in a gradle build?
a
Alexey Belkov [JB]
10/30/2018, 7:42 AM
You can do this:
Copy code
compileKotlin { kotlinOptions { freeCompilerArgs = ["-progressive"] } }
👍 1
11
Views
Open in Slack
Previous
Next