[Gradle][Minor] KotlinMetadataTarget: Use KotlinOnlyTarget<KotlinCompilation>>
^KT-54312 Verification Pending
This commit is contained in:
committed by
Space Team
parent
f097137d61
commit
536448eb32
+1
-1
@@ -15,7 +15,7 @@ import javax.inject.Inject
|
||||
|
||||
abstract class KotlinMetadataTarget @Inject constructor(
|
||||
project: Project
|
||||
) : KotlinOnlyTarget</* TODO SEB AbstractKotlinCompilation<*> */ KotlinCompilation<*>>(project, KotlinPlatformType.common) {
|
||||
) : KotlinOnlyTarget<KotlinCompilation<*>>(project, KotlinPlatformType.common) {
|
||||
|
||||
override val artifactsTaskName: String
|
||||
// The IDE import looks at this task name to determine the artifact and register the path to the artifact;
|
||||
|
||||
Reference in New Issue
Block a user