This message was deleted.
# kotlin-dsl
s
This message was deleted.
j
Could you explain your setup a bit more (maybe you have an example that shows the problem?). If you have one convention plugin for ‘Android Applications’ and one for ‘Android Libraries’ next to each other, they should habe different accessors with the different types each. Like I do here for example: https://github.com/jjohannes/gradle-project-setup-howto/tree/android/gradle/plugins/android-plugins/src/main/kotlin https://github.com/jjohannes/gradle-project-setup-howto/blob/android/gradle/plugin[…]gins/src/main/kotlin/org.example.android-application.gradle.kts https://github.com/jjohannes/gradle-project-setup-howto/blob/android/gradle/plugin[…]-plugins/src/main/kotlin/org.example.android-library.gradle.kts
a
Yes, correct I don’t have any complex setup, I will try to reproduce, thanks for reminding about your example, because I also have feeling that I had projects with similar setup with nooo problems