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
ilya.gorbunov
05/02/2017, 6:21 PM
alband: it's vice versa
ilya.gorbunov
05/02/2017, 6:22 PM
1.8 target functions cannot be inlined at 1.6 target call-site
a
alband
05/03/2017, 3:20 AM
ha ! you are right !
alband
05/03/2017, 3:21 AM
so I just need to make a 1.6 jar then ... Yeah it works !