Nathan Bedell
02/16/2022, 1:54 PMKotlin {
platformA {
// apply plugins for platformA here
}
platformB {
// apply plugins for platformB here
}
}
but this seems to cause issues. Right now, I get the error "The java plugin has been applied, but it is not compatible with the Android plugins".
It seems as though it is trying to apply the plugins during the initial gradle config, not when building a specific platform.
Is it possible to do what I am trying to do here?Nathan Bedell
02/16/2022, 1:56 PMephemient
02/16/2022, 1:56 PMephemient
02/16/2022, 1:57 PMNathan Bedell
02/16/2022, 1:58 PMephemient
02/16/2022, 1:59 PMNathan Bedell
02/16/2022, 2:02 PMandylamax
02/16/2022, 3:01 PMephemient
02/16/2022, 3:10 PM