This message was deleted.
# plugin-development
s
This message was deleted.
e
Copy code
kotlin {
    target {
        compilations.getByName("functionalTest") {
            associateWith(compilations.getByName("main"))
tried that?
g
It hadn't occurred to me that this was more a Kotlin issue than a Gradle one. Thank you! That works perfectly, although the latest Android Studio doesn't recognize the change even after sync and restart