Mw Wojcik
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Mw Wojcik created a post, Intelij SDK - problem with constructor's parameter processing
Hi, I want to parse such a kotlin class and get information about its dependencies by using Intelij SDK. class ShapeEndpoint(val service: ShapeService) {fun getShape(): String { return "Shape" ...