Posts by Cristopher Vieira • 11 points
6 posts
-
0
votes1
answer9
viewsA: How to implement a separate android project on Gradle dependencies, without modifying the path or url
Go on Files > New > Module You need to create a new module (which is a folder), you must insert the connector project (project you want to insert) in the module folder, and insert the plugins…
-
-1
votes1
answer9
viewsQ: How to implement a separate android project on Gradle dependencies, without modifying the path or url
I have this scenario in Gradle (build.Radle) implementation ("br.com.mycompany.feature:feature:$mycompanyFeatureVersion") { transitive = true exclude group: 'br.com.mycompany', module: 'comons' } I…
-
0
votes1
answer16
viewsA: Basic authentication on Android Gradle [beginner]
I have already solved with "gradlew Publish -Pnomuser=****-Pnompassword=*****" The video https://www.youtube.com/watch?v=BvXjlxJg2II helped me a lot…
-
-1
votes1
answer16
viewsQ: Basic authentication on Android Gradle [beginner]
I am an intern. I have an android project, I am in build.Radle, my superior said that for security purposes I could not edit the project (source code) to enter my authentication, I should find a way…
-
0
votes2
answers41
viewsQ: Kotlin+Springboot [Beginner] I can’t create Post method
I didn’t even want to go to Stack in such a simple problem, but it’s already dragging on for days and I managed to implement the GET method with a certain ease, I’m learning Kotlin and java, I’m not…
-
0
votes1
answer337
viewsQ: Captiulo 1, Kotlin in Action, Expecting a top level declaration [Beginner]
I’m learning Kotlin, I can’t understand why the problem "Expecting a top level declaration". The result I intended was that I pointed out Bob as the oldest data class Person(val name: String, val…
kotlinasked Cristopher Vieira 11