KamilH
11/04/2020, 6:39 AMKamilH
11/04/2020, 6:41 AMKamilH
11/04/2020, 6:41 AM.idea
folder, restarting IDE and Invalidate Caches / Restart
doesn’t helpKamilH
11/04/2020, 6:42 AMmbonnin
11/04/2020, 7:23 AMKamilH
11/04/2020, 7:27 AMKamilH
11/04/2020, 8:04 AMbuild.gradle
file and it didn’t change anythingmbonnin
11/04/2020, 8:21 AMmbonnin
11/04/2020, 8:21 AMKamilH
11/04/2020, 2:14 PMmbonnin
11/04/2020, 2:42 PMmbonnin
11/04/2020, 2:42 PMmbonnin
11/04/2020, 2:43 PMKamilH
11/04/2020, 3:50 PMKamilH
11/05/2020, 8:14 AMYou need to remove the Android plugin from the classpath altogether unfortunately...I tried to remove all of the occurrences of
Android
in the project, so I removed all entries form build.gradle
regarding android (including com.android.library
and kotlin-android-extensions
plugins as well as Android’s source sets). I removed build gradle plugin
declaration from settings.gradle
file, I removed #sdk.dir
path from local.properties
, and I disabled Android plugin
in IntelliJ and it still doesn’t work. Is there anything more you can think of I can do?mbonnin
11/05/2020, 8:44 AMKamilH
11/05/2020, 8:46 AMmbonnin
11/05/2020, 9:46 AMmbonnin
11/05/2020, 9:47 AMmbonnin
11/05/2020, 9:49 AMmaven-publish
instead. It's a first-party plugin that plays better with Gradle metadata amongst other things, see https://github.com/bintray/gradle-bintray-plugin/issues/229)KamilH
11/05/2020, 9:55 AMmaven-publish
but problem arise again when I wanted to apply another plugin (com.chromaticnoise.multiplatform-swiftpackage
). Because of that I was able to verify that bintray
itself isn’t a root of the problemmbonnin
11/05/2020, 10:25 AMid("com.maven.bintray").version("1.8.5")
?KamilH
11/05/2020, 10:41 AMmbonnin
11/05/2020, 11:02 AMKamilH
11/05/2020, 11:28 AM* What went wrong:
Plugin [id: 'com.maven.bintray', version: '1.8.5'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.maven.bintray:com.maven.bintray.gradle.plugin:1.8.5')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
BintrayJCenter
MavenRepo
mbonnin
11/05/2020, 11:42 AMmbonnin
11/05/2020, 11:42 AMmbonnin
11/05/2020, 11:42 AMmbonnin
11/05/2020, 11:43 AMpluginMangement{}
block of the settings.gradle.kts
KamilH
11/05/2020, 11:46 AMpluginMangement{}
block purpose so next lesson learned today 🙂mbonnin
11/05/2020, 11:49 AM