Jon Bailey
09/05/2023, 10:56 PM> Failed to apply plugin 'co.touchlab.skie'.
> Could not resolve all dependencies for configuration ':detachedConfiguration1'.
> Cannot resolve external dependency co.touchlab.skiegradle plugin0.4.18 because no repositories are defined.I'm using Kotlin 1.9.0 and gradle 8.2.1 This is just while syncing the project, I can sync the demo project just fine. I also updated the demo to 1.9.0 and 8.2.1 and it works. I have the repositories set in settings.gradle.kts as it says to in the SKIE documentation
kpgalligan
09/05/2023, 10:58 PMkpgalligan
09/05/2023, 10:59 PMJon Bailey
09/05/2023, 11:04 PM./gradlew build
on the command line and both give the same error.kpgalligan
09/05/2023, 11:04 PMJon Bailey
09/05/2023, 11:06 PMkpgalligan
09/05/2023, 11:07 PMJon Bailey
09/05/2023, 11:09 PMkpgalligan
09/05/2023, 11:12 PMkpgalligan
09/05/2023, 11:12 PMJon Bailey
09/05/2023, 11:21 PMkpgalligan
09/05/2023, 11:21 PMTadeas Kriz
09/05/2023, 11:24 PMsettings.gradle.kts
and possibly any buildscript { }
block that you might have in your build.gradle.kts
files? Thanks!Jon Bailey
09/05/2023, 11:28 PMJon Bailey
09/05/2023, 11:30 PMTadeas Kriz
09/05/2023, 11:31 PMbuild.gradle.kts
of the module you added SKIE to?Jon Bailey
09/05/2023, 11:31 PMTadeas Kriz
09/05/2023, 11:32 PMbuildSrc/build.gradle.kts
😬Jon Bailey
09/05/2023, 11:33 PMTadeas Kriz
09/05/2023, 11:34 PMconvention.swiftgen
or convention.androidconfig
), but those Gradle files look okay. Or possibly the ${rootProject.rootDir}/config/versioning.gradle
fileTadeas Kriz
09/05/2023, 11:35 PMTadeas Kriz
09/05/2023, 11:36 PMJon Bailey
09/05/2023, 11:36 PMJon Bailey
09/05/2023, 11:37 PMTadeas Kriz
09/05/2023, 11:37 PMJon Bailey
09/05/2023, 11:39 PMJon Bailey
09/05/2023, 11:39 PMJon Bailey
09/05/2023, 11:39 PMJon Bailey
09/05/2023, 11:39 PMTadeas Kriz
09/05/2023, 11:40 PMJon Bailey
09/05/2023, 11:40 PMTadeas Kriz
09/05/2023, 11:40 PMTadeas Kriz
09/05/2023, 11:41 PM:shared
module, right?Jon Bailey
09/05/2023, 11:42 PMTadeas Kriz
09/05/2023, 11:42 PMJon Bailey
09/05/2023, 11:43 PMTadeas Kriz
09/06/2023, 3:22 AMTadeas Kriz
09/06/2023, 3:55 AM0.4.19
. Please give it a try and let me know if it works, thanks!Jon Bailey
09/06/2023, 9:33 AM