Skip to content

Commit

Permalink
Remove dependency on KAPT (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelchior authored Oct 4, 2023
1 parent 52d44c0 commit 0cc98c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* None.

### Enhancements
* Realm will no longer set the JVM bytecode to 1.8 when applying the Realm plugin. ([#1513](https://github.com/realm/realm-kotlin/issues/1513))
* Realm will no longer set the JVM bytecode to 1.8 when applying the Realm plugin. (Issue [#1513](https://github.com/realm/realm-kotlin/issues/1513))
* The Realm Gradle Plugin no longer has a dependency on KAPT. (Issue [#1513](https://github.com/realm/realm-kotlin/issues/1513))

### Fixed
* `Realm.close()` is now idempotent.
Expand Down
1 change: 0 additions & 1 deletion packages/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import kotlin.text.toBoolean

plugins {
kotlin("jvm")
kotlin("kapt")
`java-gradle-plugin`
id("com.gradle.plugin-publish") version Versions.gradlePluginPublishPlugin
id("realm-publisher")
Expand Down

0 comments on commit 0cc98c0

Please sign in to comment.