ARTICLE AD BOX
I updated to Android Gradle Plugin 9.0.0, now using the new Kotlin Multiplatform library. However, AIDL interfaces are not being generated anymore. The build task fails.
Snippets of Android documentation mention:
But on another page, they mention:
The AIDL files are in the correct location:
However, there is no API to enable AIDL:
Subsequently the build fails:
The only solution I could think of, is moving this code to a separate Gradle module where I apply the com.android.library plugin instead of the new com.android.kotlin.multiplatform.library plugin, but apparently com.android.library is being deprecated:






