Hey, with Arctic Fox, my custom gradle plugin does...
# android-studio
l
Hey, with Arctic Fox, my custom gradle plugin does not work anymore. I use it to configure the buildscripts of my android projects. Gradle version is 6.7.1
j
change the jdk
h
have you added com.android.tools.build:builder and com.android.tools.build:builder-model dependencies to the buildSrc/build.gradle.kts file?
l
@Javier the jdk is the one which comes with the IDE
j
try to change it to jdk8 (you should download it, set the JAVA_HOME, etc)
l
@Javier does not work @harry248 this works. Can you explain why? Did google split the AGP? I never had to add these dependencies before
j
what version of AGP are you using?
7?
l
@Javier yes 7 alpha2