Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

readme.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

This directory contains the .api files from the unmerged mockk subprojects.

During the update, the 3 mockk-agent subprojects were merged into one Kotlin Multiplatform subproject. Previously each subproject had a separate .api file, but now there is just one - mockk-agent/api/mockk-agent.api

I've included the unmerged files here for easy comparison with the new .api file, and merged them together into mockk-agent/api-old/mockk-agent.api, so it's easy to diff them.

The only change is that one segment, ValueClassSupportKt, is in a different location within the .api file - I don't think this is significant.

public final class io/mockk/ValueClassSupportKt {
	public static final fun boxedClass (Ljava/lang/Object;)Lkotlin/reflect/KClass;
	public static final fun boxedClass (Lkotlin/reflect/KClass;)Lkotlin/reflect/KClass;
	public static final fun boxedValue (Ljava/lang/Object;)Ljava/lang/Object;
}

Delete this directory once the migration has been completed!