kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.12k stars 617 forks source link

Unresolved reference: embed on .kts #300

Open nicolasSchirmer opened 3 years ago

nicolasSchirmer commented 3 years ago

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

jairobjunior commented 2 years ago

Having the same problem in here. @nicolasSchirmer did you find any workaround?

Charon1997 commented 2 years ago

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