Hey people, I am getting the error when I execute ...
# multiplatform
j
Hey people, I am getting the error when I execute "gradle build"
Copy code
Kotlin target 'android' tried to set up publishing for Android build variants that are not library variants or do not exist:
     * release
     * debug
My sample project is at https://github.com/jolasjoe/newsy-core. The workaround (https://youtrack.jetbrains.com/issue/KT-34038) of applying "com.android.library" plugin before KMP plugin also didn't work. It's been a long time since I filed the issue (https://youtrack.jetbrains.com/issue/KT-47566). Help on this issue is much appreciated.