[
https://issues.apache.org/jira/browse/IGNITE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745534#comment-16745534
]
Derick SeongJun Lee commented on IGNITE-6450:
---------------------------------------------
Any progress? I met the same.
> Kotlin: Inherited platform declarations clash
> ---------------------------------------------
>
> Key: IGNITE-6450
> URL: https://issues.apache.org/jira/browse/IGNITE-6450
> Project: Ignite
> Issue Type: Bug
> Components: cache, spring
> Affects Versions: 2.1, 2.2
> Environment: OS: macOS 10.12
> Java: 1.8.0_112-b16
> Kotlin: 1.1.4-3
> org.apache.ignite:ignite-spring-data:2.2.0
> org.springframework.data:spring-data-commons:1.13.1.RELEASE -> 2.0.0.RC3
> Reporter: redtank
> Priority: Major
>
> I am trying Spring Data and Ignite. My repository interface is below
> ```
> @RepositoryConfig(cacheName = "QuoteRequest")
> interface QuoteRequestRepository : IgniteRepository<QuoteRequest, Int>
> ```
> The code works for spring-data-commons:1.13.1.RELEASE. But it doesn't work
> for 2.0.0.RC3. The error message is below
>
> ```
> Error:(9, 11) Kotlin: Inherited platform declarations clash: The following
> declarations have the same JVM signature (deleteAll(Ljava/lang/Iterable;)V):
> fun deleteAll(p0: (Mutable)Iterable<QuoteRequest!>!): Unit defined in
> repository.QuoteRequestRepository
> fun deleteAll(p0: (Mutable)Iterable<Int!>!): Unit defined in
> repository.QuoteRequestRepository
> ```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)