You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Sizer plugin doesn't work with Kotlin multiplatform modules.
I applied plugin "org.jetbrains.kotlin.multiplatform" for KMM modules, and I occurred a crash IllegalArgumentException("${project.name} is not supported") in defaultFindMatchVariant method.
Hi!
App Sizer plugin doesn't work with Kotlin multiplatform modules.
I applied plugin
"org.jetbrains.kotlin.multiplatform"
for KMM modules, and I occurred a crashIllegalArgumentException("${project.name} is not supported")
indefaultFindMatchVariant
method.The text was updated successfully, but these errors were encountered: