I am getting the following error suddenly while building Ionic 3 app for Android.
Could not find org.jetbrains.kotlin:ko
I had to add maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' } both into the top-level build.gradle and into the app module build.gradle. In both cases both into the buildscripts.repositories and in allprojects.repositories
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
build.gradle
app
buildscripts.repositories
allprojects.repositories