Vaidhyanathan86
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Kotlin Plugin Offline use
AnsweredI am creating a polyglot project with Kotlin, Java & Groovy. My build.gradle file has the below plugins block. plugins { id 'org.jetbrains.kotlin.jvm' version '1.5.10' id 'groovy' id 'java...