From a649c360c14b6600021f009c7322e5974be3835c Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Thu, 21 Jul 2022 23:32:01 +0200 Subject: [PATCH] add TODO for android projects, update .api files readme --- modules/mockk-agent/api-old/readme.md | 7 ++++--- settings.gradle.kts | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/mockk-agent/api-old/readme.md b/modules/mockk-agent/api-old/readme.md index 603d995d0..fb798ddc2 100644 --- a/modules/mockk-agent/api-old/readme.md +++ b/modules/mockk-agent/api-old/readme.md @@ -1,13 +1,14 @@ 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 +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`](../api/mockk-agent.api) -I've include the unmerged files here for easy comparison with the new `.api` file, and merged them +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`](./mockk-agent.api), so it's easy to diff them. -The only change is that one segment is in a different location. +The only change is that one segment, `ValueClassSupportKt`, is in a different location within the +`.api` file - I don't think this is significant. ```none public final class io/mockk/ValueClassSupportKt { diff --git a/settings.gradle.kts b/settings.gradle.kts index a910e934c..7c7de8c88 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,6 +7,8 @@ dependencyResolutionManagement { rulesMode.set(RulesMode.PREFER_SETTINGS) } +// TODO re-enable Android subprojects + //pluginManagement { // repositories { // google()