Introduce -Xcommon-sources and pass it correctly from build tool plugins
#KT-25196 In Progress
This commit is contained in:
@@ -27,6 +27,8 @@ interface Module {
|
||||
|
||||
fun getSourceFiles(): List<String>
|
||||
|
||||
fun getCommonSourceFiles(): List<String>
|
||||
|
||||
fun getClasspathRoots(): List<String>
|
||||
|
||||
fun getJavaSourceRoots(): List<JavaRootPath>
|
||||
|
||||
Reference in New Issue
Block a user