Add Kotlin SourceDirectorySet as extension

KotlinSourceSet now should be accessed via Kotlin project extension.
Conventions are still available, but not used inside plugins.

^KT-47047 In Progress
This commit is contained in:
Yahor Berdnikau
2022-06-13 14:22:25 +02:00
committed by Space
parent 9e8524d21a
commit ec545f6273
15 changed files with 118 additions and 84 deletions
@@ -142,9 +142,6 @@ sourceSets {
srcDirs("prebuilt/nativeInteropStubs/kotlin")
}
kotlin{
target {
}
}
}
}