im down a shitty endless rabbit hole with ai .... ...
# multiplatform
j
im down a shitty endless rabbit hole with ai .... is the shared buidl.gradle suppose to use "`androidLibrary` DSL or
androidTarget
+ separate
android {}
block. The newer
androidLibrary
DSL has this instrumentation bug with resources. i keep switching back and forth, get issues, ai tells me to switch to the other one again... or the third option ive been trying to use is "com.android.kotlin.multiplatform.library"
t
"com.android.kotlin.multiplatform.library" +
android()
will be the only way in the future. Most probably your bug was fixed in upcoming AGP 9.0.0 release. If not - please open a new Google issue.
blob ty sign 1
if you still to want to use for now older AGP releases - you could use
androidTarget()
+
com.android.library
config