diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientServiceTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientServiceTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientServiceTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientServiceTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigFeatureProviderTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigFeatureProviderTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigFeatureProviderTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigFeatureProviderTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/converter/AppConfigValueConverterTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/converter/AppConfigValueConverterTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/converter/AppConfigValueConverterTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/converter/AppConfigValueConverterTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/helper/Time.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/helper/Time.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/helper/Time.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/helper/Time.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/AwsAppConfigParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/AwsAppConfigParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/AwsAppConfigParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/AwsAppConfigParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/BooleanAttributeParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/BooleanAttributeParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/BooleanAttributeParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/BooleanAttributeParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/DoubleAttributeParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/DoubleAttributeParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/DoubleAttributeParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/DoubleAttributeParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/IntegerAttributeParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/IntegerAttributeParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/IntegerAttributeParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/IntegerAttributeParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/ObjectAttributeParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/ObjectAttributeParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/ObjectAttributeParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/ObjectAttributeParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/StringAttributeParserTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/StringAttributeParserTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/StringAttributeParserTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/parser/StringAttributeParserTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AbstractAwsAppConfigProxyTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AbstractAwsAppConfigProxyTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AbstractAwsAppConfigProxyTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AbstractAwsAppConfigProxyTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AwsAppConfigProxyBuilderTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AwsAppConfigProxyBuilderTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AwsAppConfigProxyBuilderTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/AwsAppConfigProxyBuilderTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/agent/AwsAppConfigAgentProxyTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/agent/AwsAppConfigAgentProxyTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/agent/AwsAppConfigAgentProxyTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/agent/AwsAppConfigAgentProxyTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/AwsAppConfigDataClientProxyTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/AwsAppConfigDataClientProxyTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/AwsAppConfigDataClientProxyTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/AwsAppConfigDataClientProxyTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagManagerTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagManagerTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagManagerTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagManagerTest.kt diff --git a/core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagUpdateTaskTest.kt b/core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagUpdateTaskTest.kt similarity index 100% rename from core/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagUpdateTaskTest.kt rename to core-test/src/test/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/proxy/appconfig_data_client/CachedFeatureFlagUpdateTaskTest.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientOptionsFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientOptionsFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientOptionsFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/AwsAppConfigClientOptionsFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigBooleanValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigBooleanValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigBooleanValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigBooleanValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigDoubleValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigDoubleValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigDoubleValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigDoubleValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigIntegerValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigIntegerValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigIntegerValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigIntegerValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigObjectValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigObjectValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigObjectValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigObjectValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigStringValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigStringValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigStringValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigStringValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/app_config_model/AppConfigValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ErrorEvaluationValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ErrorEvaluationValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ErrorEvaluationValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ErrorEvaluationValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ObjectEvaluationValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ObjectEvaluationValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ObjectEvaluationValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/ObjectEvaluationValueFixtures.kt diff --git a/core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/PrimitiveEvaluationValueFixtures.kt b/core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/PrimitiveEvaluationValueFixtures.kt similarity index 100% rename from core/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/PrimitiveEvaluationValueFixtures.kt rename to core-test/src/testFixtures/kotlin/io/github/lavenderses/aws_app_config_openfeature_provider/evaluation_value/PrimitiveEvaluationValueFixtures.kt