elpassion / crweather

Android demo app with kotlin coroutines and architecture components library
324 stars 50 forks source link

fail to open in Android Studio #2

Open liao123abc opened 6 years ago

liao123abc commented 6 years ago

It log: Could not get unknown property 'Deps' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Seems fail to import the remote module deps.kt

N-i-p-o-l commented 6 years ago

Can author explain or give instructions how to open and build project with AS?

liao123abc commented 6 years ago

I import the buildSrc directory manually, it work. delete link buildSrc, just copy the buildSrc from here: https://github.com/langara/deps.kt.git

CaiqueCoelho commented 5 years ago

https://github.com/elpassion/crweather/pull/5 In this pull request I make some changes to open in Android Studio without buildSrc and update coroutines to stable version and put all code in kotlin 1.3

cogaiwibu commented 5 years ago

@liao123abc Open terminal on root directory and run git submodule update --init --recursive Sync project again and every thing is working fine