Skip to content

Commit

Permalink
Update reflection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phplego committed Jan 10, 2022
1 parent 66cbc70 commit f6aaf63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions reflection.md
Expand Up @@ -56,14 +56,14 @@ dependencies {
<!-- * In Maven: -->
* В Maven:

```xml
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
</dependency>
</dependencies>
```
```xml
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
</dependency>
</dependencies>
```

<!-- If you don't use Gradle or Maven, make sure you have `kotlin-reflect.jar` in the classpath of your project.
In other supported cases (IntelliJ IDEA projects that use the command-line compiler or Ant),
Expand Down

0 comments on commit f6aaf63

Please sign in to comment.