Andy Victors
05/08/2019, 9:47 AMandroid.xxx. symbols will be visible in the androidMain code but compiler does not find them in my case. How is it supposed to implement actual methods if I need android namespace methods?louiscad
05/08/2019, 9:50 AMandroid() target in your gradle build config?Andy Victors
05/08/2019, 10:00 AMfromPreset(presets.jvm, 'android'). Does it make a difference?
I have also learned that I need to apply plugin: 'com.android.library' but the project still does not compilelouiscad
05/08/2019, 10:11 AMlouiscad
05/08/2019, 10:11 AMandroid(), or fromPreset(presets.android, 'android')Andy Victors
05/08/2019, 11:48 AM