I'm having an issue syncing/building a project with just one KMP module in IntelliJ, but only on one machine. It seems to be in the Android plugin, but I'm not sure because it's multiplatform:
> Warning: License for package Android SDK Build-Tools 33.0.1 not accepted.
> Warning: License for package Android SDK Platform 34 not accepted.
These licenses are 100% accepted. When I run
sdkmanager --licenses
it says "all SDK package licenses accepted". Reboot didn't fix it. It only happens on one machine; my laptop syncs & builds fine (both machines run Windows). Anyone have any idea or suggestion?
Jacob Ras
12/20/2023, 1:42 PM
In Fleet it also works.
Jacob Ras
12/20/2023, 1:43 PM
Wow, hold up. After building it in Fleet, it now works in this instance of IntelliJ. I'm confused but happy.