I am seeing this old friend when building the Andr...
# compose-desktop
u
I am seeing this old friend when building the Android target of a Compose MPP project
Copy code
> Task :androidApp:compileDebugKotlin
warning: ATTENTION!
This build uses unsafe internal compiler arguments:

-XXLanguage:+NonParenthesizedAnnotationsOnFunctionalTypes

This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!

exception: java.lang.NoClassDefFoundError: kotlin/KotlinNothingValueException
compose 0.0.0-unmerged-build79, kotlin 1.5.10, coroutines 1.4.32-native-mt, gradle 7.0.1 To my knowledge, all versions match. Any idea what could be going wrong?
I am building with intelliJ. Is this related to AGP 4.1.1?