fat-aar-android
fat-aar-android copied to clipboard
Unresolved reference: embed on .kts
I'm using the the fat-aar version 1.3.5 but it seems that the kts
Gradle file don't recognize the embed symbol.
Error: ^ Unresolved reference: embed
apply {
plugin("com.kezong.fat-aar") // for fat AAR
}
dependencies {
embed project("some-lib") // Unresolved reference: embed
...
Build Environment
- Operating System: macOS
- Gradle Plugin Version: 7.0.0-alpha14
- Gradle Version: 7.0-rc-1
- Fat-aar Version: 1.3.5
- Android Studio Version: Artic Fox 2020.3.1 Canary 14
Having the same problem in here. @nicolasSchirmer did you find any workaround?
I have the same problem, are you solved? @nicolasSchirmer @jairobjunior @kezong Operating System: macOS Gradle Plugin Version: 7.0.3 Gradle Version: 7.3 Fat-aar Version: 1.3.6 Android Studio Version: Android Studio Arctic Fox | 2020.3.1 Patch 3