I tested and debugged my app successfully but when I want to release apk of my app, on Execute Lint
it got into this error :
Could not find kotlin-compiler.jar (com.android.tools.external.com-intellij:kotlin-compiler:26.5.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/android/tools/external/com-intellij/kotlin-compiler/26.5.0/kotlin-compiler-26.5.0.jar
when I click that link, it successfully get downloaded in browser, but I have no idea why android sutdio could not find it. Also my offline work is unselected.