Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71fbef9

Browse files
authoredJun 20, 2024
[RKOTLIN-1100] Clean up build system (#1770)
1 parent 97f288c commit 71fbef9

File tree

153 files changed

+1013
-672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+1013
-672
lines changed
 

‎.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,11 @@ DerivedData/
329329

330330
# End of https://www.gitignore.io/api/c,git,c++,java,cmake,xcode,kotlin,android,intellij,visualstudiocode
331331
dynamic_libraries.properties
332+
333+
**/.kotlin
334+
335+
**/output
336+
337+
packages/test-sync/mongodb-realm/
338+
339+
packages/m2-buildrepo

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@
9898
* Minimum Gradle version: 7.2.
9999
* Minimum Android Gradle Plugin version: 7.1.3.
100100
* Minimum Android SDK: 16.
101-
* Minimum R8: 8.0.34.
101+
* Minimum R8: 8.3.37.
102102

103103
### Internal
104104
* Updated to Realm Core 14.7.0 commit c280bdb17522323d5c30dc32a2b9efc9dc80ca3b.
105105
* Changed Kotlin compiler testing framework to https://github.com/zacsweers/kotlin-compile-testing
106+
* Updated to Detekt 1.23.6.
106107

107108

108109
## 1.16.0 (2024-05-01)

0 commit comments

Comments
 (0)