Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
702 stars 16 forks source link

Simplify meta tasks #166

Closed Mr3zee closed 1 month ago

Mr3zee commented 1 month ago

Subsystem Gradle

Problem Description Meta-subprojects could not execute 'all tasks with the same name'. So configureMetaTasks was added

Solution Read Gradle docs and learn about -p option: gradle -p compiler-plugin build does the same