BorzdeG
04/25/2018, 3:19 PM<https://github.com/BorzdeG/samples-kotlin-subprojects>
Here’s the command: ./gradlew classes
As a result I get this error:
e: $PROJECT_DIR/client/src/main/kotlin/demo/client/Client.kt: (3, 20): Unresolved reference: CoreModel
e: $PROJECT_DIR/client/src/main/kotlin/demo/client/Client.kt: (9, 12): Unresolved reference: CoreModel
> Task :client:compileKotlin FAILED
gildor
04/25/2018, 3:32 PMBorzdeG
04/25/2018, 3:39 PMcompile - Dependencies for source set 'main' (deprecated, use 'implementation ' instead).
\--- project :common
\--- org.jetbrains.kotlin:kotlin-stdlib-common:1.2.40
compileClasspath - Compile classpath for source set 'main'.
+--- project :common
gildor
04/25/2018, 4:05 PMBorzdeG
04/25/2018, 4:09 PMgildor
04/25/2018, 4:15 PMBorzdeG
04/25/2018, 4:18 PM