mben
04/12/2019, 12:06 PMJoakimForslund
04/12/2019, 12:09 PMimport android.util.Log
correctly.
If you want to create a common Logger you first need to setup the expect
class/interface in common and then implement the actual
setup in android and your other platform targetsmben
04/12/2019, 12:12 PMmben
04/12/2019, 12:14 PMJoakimForslund
04/12/2019, 12:26 PMJoakimForslund
04/12/2019, 12:29 PMandroid {.....}
needs to be implemented
kotlin {
targets {
fromPreset(presets.android, 'android')`
}
}
also needs existJoakimForslund
04/12/2019, 12:33 PMmben
04/12/2019, 12:44 PMmben
04/12/2019, 12:45 PMJoakimForslund
04/12/2019, 12:45 PM