Skip to content

Commit

Permalink
kapt
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Oct 27, 2023
1 parent ada54a9 commit 48c3e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/asciidoc/di-avaje.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
[source, kotlin, role = "secondary"]
----
plugins {
id "net.ltgt.apt" version "0.21"
id "org.jetbrains.kotlin.kapt" version "1.9.10"
}
dependencies {
apt 'io.avaje:avaje-inject-generator:9.8'
kapt 'io.avaje:avaje-inject-generator:9.8'
}
----

Expand Down

0 comments on commit 48c3e16

Please sign in to comment.