Justin Tullgren
05/22/2023, 4:17 PM./gradlew assemble
to eliminate Android Studio as the problem and he still has the issue. Details in thread. Any help would be appreciated. Thanks in advance ! 🙏Justin Tullgren
05/22/2023, 4:19 PMandroid-app-conventions.gradle.kts: (15, 1): Expression 'android' cannot be invoked as a function. The function 'invoke()' is not found
Shell JVM: openjdk11
Gradle Version: (gradle wrapper) gradle-7.5-allJustin Tullgren
05/22/2023, 4:20 PM~/.gradle/caches
, ensured he is using java11, and performed a clean build and fresh git checkoutAdam S
05/22/2023, 4:30 PMJustin Tullgren
05/22/2023, 4:30 PMAdam S
05/22/2023, 4:30 PMandroid-app-conventions.gradle.kts
a pre-compiled script plugin? (Is it in buildSrc, or an included-build?) It is applied using apply(from = "...")
?Justin Tullgren
05/22/2023, 4:31 PMJustin Tullgren
05/22/2023, 4:31 PMplugins {
id("android-app-conventions")
}
Justin Tullgren
05/22/2023, 4:32 PMAdam S
05/22/2023, 4:32 PM./gradlew assemble
? (I didn’t understand your original message, whether it was specificially related to Android Studio)Justin Tullgren
05/22/2023, 4:32 PMAdam S
05/22/2023, 4:33 PM./gradlew clean assemble --rerun-tasks --no-build-cache --no-configuration-cache --no-parallel
(I think I spelled all of that right…)Justin Tullgren
05/22/2023, 4:33 PMJustin Tullgren
05/22/2023, 4:34 PMAdam S
05/22/2023, 4:35 PMJustin Tullgren
05/22/2023, 4:36 PMJustin Tullgren
05/22/2023, 4:36 PMAdam S
05/22/2023, 4:36 PM