fat-aar-android icon indicating copy to clipboard operation
fat-aar-android copied to clipboard

Unresolved reference: embed on .kts

Open nicolasSchirmer opened this issue 3 years ago • 2 comments

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

nicolasSchirmer avatar Apr 27 '21 16:04 nicolasSchirmer

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

jairobjunior avatar Dec 04 '21 03:12 jairobjunior

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

Charon1997 avatar Dec 07 '21 12:12 Charon1997