You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we try to guess the current build/variant etc using paths and Regex (CompileContext.kt), and allow compiler arguments if something goes wrong (Compiler.kt). This process is quite messy and fragile.
Ideally we could use a Gradle plugin that extracts the appropriate info from the Android Gradle plugin (as the Kotlin Gradle plugin does)
Currently we try to guess the current build/variant etc using paths and Regex (CompileContext.kt), and allow compiler arguments if something goes wrong (Compiler.kt). This process is quite messy and fragile.
The text was updated successfully, but these errors were encountered: