Does the KGP 1.9 use AGP 8 internally? I get some ...
# gradle
h
Does the KGP 1.9 use AGP 8 internally? I get some configuration cache problems when using AGP 7.4.2: `Configuration cache state could not be cached: field
versionCode
of
com.android.build.api.variant.impl.VariantOutputImpl
bean found in field
__variantOutputs__
of task
:createDebugCompatibleScreenManifests
of type `com.android.build.gradle.tasks.CompatibleScreensManifest`: error writing value of type 'org.gradle.api.internal.provider.DefaultProperty'
Manifest file does not exist: /Users/philipwedemann/GitHub/licensee/src/test/fixtures/plugin-kotlin-mpp-with-android-application/src/androidMain/AndroidManifest.xml`.
t
Hmm, multiplatform project?
h
Yes
t
please open an issue
b
ran into this issue as well. to troubleshoot I just added a mostly empty
AndroidManifest.xml
with contents
Copy code
<manifest xmlns:android="<http://schemas.android.com/apk/res/android>"
    package="com.basebeta.common">
</manifest>