[kpm] Replace KotlinExternalModelContainer with new Extras implementation

This newly introduced `Extras` shall present a more generic mechanism
of attaching data of a given type to any entity.
This commit is contained in:
sebastian.sellmair
2022-05-18 14:03:46 +02:00
committed by Space
parent c777ecd470
commit 4f4f749c08
33 changed files with 1098 additions and 614 deletions
@@ -11,6 +11,7 @@ kotlin.sourceSets.configureEach {
}
dependencies {
api(project(":kotlin-tooling-core"))
implementation(kotlinStdlib())
testImplementation(gradleApi())
testImplementation(gradleKotlinDsl())
@@ -24,6 +25,7 @@ dependencies {
testFixturesImplementation(gradleApi())
testFixturesImplementation(gradleKotlinDsl())
testFixturesImplementation(project(":kotlin-tooling-core"))
testFixturesImplementation(project(":kotlin-test:kotlin-test-junit"))
}