pawel.barszcz
05/21/2017, 12:18 PMgradle-script-kotlin
)
I nearly succeeded, but then I realized that when asked for dependencies of any of child projects, Gradle (or some of plugins) informs me that compile
is no longer a proper configuration. It’s deprecated 🙂
compile - Dependencies for source set 'main' (deprecated, use 'implementation ' instead).
\--- io.jsonwebtoken:jjwt:0.7.0
\--- com.fasterxml.jackson.core:jackson-databind:2.8.2
+--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
\--- com.fasterxml.jackson.core:jackson-core:2.8.2