Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better approach to configuring common sources for KotlinJvmCompile task
Kotlin's language version 2.0 has a new model to compile common/shared sources which requires more fine-grained task configuration. For language versions lower than 2.0, task configuration is different and all common sources should be set as input.
- Loading branch information