David Coronel
07/10/2025, 12:00 AMcom.names.inspector.Dog
is defined with a name ending in a specific suffix.
The attached images illustrate its behavior.
The plugin works correctly on JVM but fails with iOS targets.
When running the task compileKotlinIosArm64
, it fails with an error java.lang.NoClassDefFoundError: com/names/inspector/Dog
indicating that a class defined in a commonMain
sourceSet is not recognized properly, even though it is exported correctly for each iOS target.
Could you please help me understand why this plugin fails for iOS targets?rnett
07/10/2025, 3:45 AMrnett
07/10/2025, 3:46 AMDavid Coronel
07/10/2025, 1:25 PM