Join Slack
Powered by
Have you tried not using the inline function? Inli...
# gradle
n
no
02/11/2021, 2:01 PM
Have you tried not using the inline function? Inline functions are not supported with compile avoidance.
s
Siva
02/11/2021, 8:29 PM
inline functions in my build files or some where? what is compile avoidance means? thanks for the help though
n
no
02/11/2021, 9:14 PM
Inline functions:
https://kotlinlang.org/docs/inline-functions.html
no
02/11/2021, 9:14 PM
Compile avoidance:
https://blog.gradle.org/incremental-compiler-avoidance
4
Views
Open in Slack
Previous
Next