I got a question : I just discover that inline fun...
# gradle
a
I got a question : I just discover that inline functions from a "1.6 target" dependency cannot be inline in a "1.8 target project" [edit] only the contrary is right
i
alband: it's vice versa
1.8 target functions cannot be inlined at 1.6 target call-site
a
ha ! you are right !
so I just need to make a 1.6 jar then ... Yeah it works !
thanks!