[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:
committed by
Space
parent
c777ecd470
commit
4f4f749c08
@@ -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"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user