[Gradle][MPP] Add k.g.p-tcs-android module for prototyping
KT-54766
This commit is contained in:
committed by
Space Team
parent
9b212cfa86
commit
33adebe5bf
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(gradleKotlinDsl())
|
||||
compileOnly("com.android.tools.build:gradle:7.0.0")
|
||||
compileOnly(project(":kotlin-gradle-plugin"))
|
||||
}
|
||||
|
||||
/* This module is just for local development / prototyping and demos */
|
||||
if (!kotlinBuildProperties.isTeamcityBuild) {
|
||||
tasks.register("install") {
|
||||
dependsOn(tasks.named("publishToMavenLocal"))
|
||||
}
|
||||
}
|
||||
@@ -97,6 +97,7 @@ dependencies {
|
||||
functionalTestCompileOnly("com.android.tools:common:30.2.1")
|
||||
functionalTestImplementation(gradleKotlinDsl())
|
||||
functionalTestImplementation(project(":kotlin-gradle-plugin-kpm-android"))
|
||||
functionalTestImplementation(project(":kotlin-gradle-plugin-tcs-android"))
|
||||
functionalTestImplementation(project(":kotlin-tooling-metadata"))
|
||||
functionalTestImplementation(testFixtures(project(":kotlin-gradle-plugin-idea")))
|
||||
functionalTestImplementation("com.github.gundy:semver4j:0.16.4:nodeps") {
|
||||
|
||||
Reference in New Issue
Block a user