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:
@@ -142,9 +142,6 @@ sourceSets {
|
||||
srcDirs("prebuilt/nativeInteropStubs/kotlin")
|
||||
}
|
||||
kotlin{
|
||||
target {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user